# HG changeset patch # User nemo # Date 1354218456 18000 # Node ID 38e163cc3bfd908539532e0393c31bf8d8849fff # Parent 2c8e8c20449085508dc368128b0e8d8c7330d653 unbreak linking pending some fix or other by koda. this is the same thing video recording still does. diff -r 2c8e8c204490 -r 38e163cc3bfd hedgewars/uPhysFSLayer.pas --- a/hedgewars/uPhysFSLayer.pas Wed Nov 28 10:57:07 2012 -0500 +++ b/hedgewars/uPhysFSLayer.pas Thu Nov 29 14:47:36 2012 -0500 @@ -15,6 +15,7 @@ {$IFDEF WIN32} PhysfsLibName = 'libphysfs'; {$ELSE} + {$LINKLIB ../bin/libphysfs.a} PhysfsLibName = 'physfs'; {$ENDIF}