diff -r 85b3970b402a -r 644b757d20e6 hedgewars/CMakeLists.txt --- a/hedgewars/CMakeLists.txt Mon Nov 05 23:03:01 2012 +0400 +++ b/hedgewars/CMakeLists.txt Mon Nov 05 23:03:32 2012 +0400 @@ -54,6 +54,7 @@ uLocale.pas uMisc.pas uMobile.pas + uPhysFSLayer.pas uRandom.pas uRender.pas uRenderUtils.pas @@ -99,6 +100,9 @@ endif (APPLE) endif(BUILD_ENGINE_LIBRARY) +# doesn't work for some reason (doesn't find symbols) +#set(pascal_flags "-k${LIBRARY_OUTPUT_PATH}/libphysfs.a" ${pascal_flags}) + IF(FPC) set(fpc_executable ${FPC}) ELSE()