branch | physfslayer |
changeset 8558 | e96bf10216ef |
parent 8540 | cf808329bb6f |
child 8714 | ab201a62d115 |
--- a/hedgewars/uPhysFSLayer.pas Mon Feb 25 10:03:35 2013 +0100 +++ b/hedgewars/uPhysFSLayer.pas Mon Feb 25 19:48:35 2013 +0100 @@ -3,7 +3,7 @@ interface uses SDLh, LuaPas; -const PhysfsLibName = 'libphysfs'; +const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhw_physfs'{$ELSE}'libphysfs'{$ENDIF}; const PhyslayerLibName = 'libphyslayer'; {$IFNDEF WIN32}