hedgewars/uPhysFSLayer.pas
changeset 8063 06efc1ea6a40
parent 8062 abbcdf73327a
child 8067 34a679e5ca9d
equal deleted inserted replaced
8062:abbcdf73327a 8063:06efc1ea6a40
     3     {$linklib physfs}
     3     {$linklib physfs}
     4     {$linklib physfsrwops}
     4     {$linklib physfsrwops}
     5 {$ELSE}
     5 {$ELSE}
     6     {$LINKLIB ../bin/libphysfs.a}
     6     {$LINKLIB ../bin/libphysfs.a}
     7     {$LINKLIB ../bin/libphysfsrwops.a}
     7     {$LINKLIB ../bin/libphysfsrwops.a}
       
     8 {$ENDIF}
       
     9 
       
    10 {$IFDEF DARWIN}
       
    11     {$LINKFRAMEWORK IOKit}
     8 {$ENDIF}
    12 {$ENDIF}
     9 
    13 
    10 interface
    14 interface
    11 uses SDLh;
    15 uses SDLh;
    12 
    16