|
From: Andre R. <and...@us...> - 2004-10-29 19:14:10
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24555 Modified Files: project.pbxproj Log Message: Disabled ZeroLink feature in Development build style because it does not seem to work consistently with the Paige static library. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** project.pbxproj 28 Oct 2004 19:59:38 -0000 1.9 --- project.pbxproj 29 Oct 2004 19:13:54 -0000 1.10 *************** *** 51,55 **** GCC_WARN_UNKNOWN_PRAGMAS = YES; REZ_PREPROCESSOR_DEFINITIONS = ""; ! ZERO_LINK = YES; }; isa = PBXBuildStyle; --- 51,55 ---- GCC_WARN_UNKNOWN_PRAGMAS = YES; REZ_PREPROCESSOR_DEFINITIONS = ""; ! ZERO_LINK = NO; }; isa = PBXBuildStyle; |