Add PREPROCESSOR_DEFINITIONS for zip support in release builds as well. (untested, but should work)

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7753 4a71c877-e1ca-e34f-864e-861f7616d084
master
Buginator 2009-06-16 05:48:22 +00:00 committed by Git SVN Gateway
parent a16974cf6d
commit 6263ddbb6c
1 changed files with 9 additions and 0 deletions

View File

@ -5785,6 +5785,15 @@
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "";
GCC_PREPROCESSOR_DEFINITIONS = (
PHYSFS_SUPPORTS_GRP,
PHYSFS_SUPPORTS_HOG,
PHYSFS_SUPPORTS_QPAK,
PHYSFS_SUPPORTS_WAD,
PHYSFS_SUPPORTS_MVL,
PHYSFS_SUPPORTS_ZIP,
"$(inherited)",
);
INFOPLIST_FILE = "Resources/PhysFS-Info.plist";
INSTALL_PATH = "@executable_path/../Frameworks";
OTHER_LDFLAGS = "";