hedgewars/SDLh.pas
branchcmake_pascal
changeset 8775 3cad01db0bae
parent 8746 55539c550c33
child 8800 5e837e6d8f94
equal deleted inserted replaced
8772:c9583cf8e10d 8775:3cad01db0bae
    56     type PInteger = ^Integer;
    56     type PInteger = ^Integer;
    57     type PLongInt = ^LongInt;
    57     type PLongInt = ^LongInt;
    58 {$ENDIF}
    58 {$ENDIF}
    59 
    59 
    60 {$IFDEF DARWIN}
    60 {$IFDEF DARWIN}
    61     {$IFNDEF IPHONEOS}
    61     {$IFNDEF HWLIBRARY}
       
    62         {$linklib SDLmain}
    62         {$PASCALMAINNAME SDL_main}
    63         {$PASCALMAINNAME SDL_main}
    63         {$linkframework Cocoa}
    64         {$linkframework Cocoa}
    64         {$linkframework SDL}
    65         {$linkframework SDL}
    65         {$linkframework SDL_net}
    66         {$linkframework SDL_net}
    66         {$linkframework SDL_image}
    67         {$linkframework SDL_image}