diff -r bcc25cb9b122 -r 1c233176fffd hedgewars/uPhysFSLayer.pas --- a/hedgewars/uPhysFSLayer.pas Wed Jun 12 01:02:33 2013 +0200 +++ b/hedgewars/uPhysFSLayer.pas Wed Jun 12 01:04:30 2013 +0200 @@ -3,7 +3,7 @@ interface uses SDLh, LuaPas; -const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhw_physfs'{$ELSE}'libphysfs'{$ENDIF}; +const PhysfsLibName = {$IFDEF PHYSFS_INTERNAL}'libhwphysfs'{$ELSE}'libphysfs'{$ENDIF}; const PhyslayerLibName = 'libphyslayer'; {$IFNDEF WIN32}