hedgewars/SDLh.pas
branch0.9.21
changeset 10759 0f4b38722400
parent 10640 efa069762cb2
equal deleted inserted replaced
10756:4846f229b706 10759:0f4b38722400
    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