hedgewars/uPhysFSLayer.pas
changeset 8067 34a679e5ca9d
parent 8063 06efc1ea6a40
child 8073 5a289ef40fdb
equal deleted inserted replaced
8066:1a61fe7c160d 8067:34a679e5ca9d
     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 WIN32}
       
    11     {$LINKLIB kernel32}
       
    12     {$LINKLIB user32}
       
    13     {$LINKLIB shell32}
       
    14     {$LINKLIB advapi32}
       
    15     {$LINKLIB msvcrt}
     8 {$ENDIF}
    16 {$ENDIF}
     9 
    17 
    10 {$IFDEF DARWIN}
    18 {$IFDEF DARWIN}
    11     {$LINKFRAMEWORK IOKit}
    19     {$LINKFRAMEWORK IOKit}
    12 {$ENDIF}
    20 {$ENDIF}