hedgewars/SDLh.pas
changeset 10973 36b84888934c
parent 10849 a772d342066a
child 11046 47a8c19ecb60
child 11098 0032a00d915b
equal deleted inserted replaced
10972:bba0f1b7ebbc 10973:36b84888934c
    49 {$ELSE}
    49 {$ELSE}
    50     {$DEFINE cdecl attribute(cdecl)}
    50     {$DEFINE cdecl attribute(cdecl)}
    51     type PByte = ^Byte;
    51     type PByte = ^Byte;
    52     type PInteger = ^Integer;
    52     type PInteger = ^Integer;
    53     type PLongInt = ^LongInt;
    53     type PLongInt = ^LongInt;
    54 {$ENDIF}
       
    55 
       
    56 {$IFDEF DARWIN}
       
    57     {$IFNDEF HWLIBRARY}
       
    58         {$linklib SDLmain}
       
    59         {$PASCALMAINNAME SDL_main}
       
    60         {$linkframework Cocoa}
       
    61         {$linkframework SDL}
       
    62         {$linkframework SDL_net}
       
    63         {$linkframework SDL_image}
       
    64         {$linkframework SDL_ttf}
       
    65         {$linkframework SDL_mixer}
       
    66         {$linkframework OpenGL}
       
    67     {$ENDIF}
       
    68 {$ENDIF}
    54 {$ENDIF}
    69 
    55 
    70 
    56 
    71 (*  SDL  *)
    57 (*  SDL  *)
    72 const
    58 const