|
From: Andre R. <and...@us...> - 2004-10-26 22:47:37
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24172/Frontier/build_Xcode/Frontier.xcode Modified Files: project.pbxproj Log Message: Set prefix header and precompile option in Frontier target settings rather than just in the Deployment build style settings. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** project.pbxproj 26 Oct 2004 11:51:55 -0000 1.5 --- project.pbxproj 26 Oct 2004 22:47:24 -0000 1.6 *************** *** 48,53 **** GCC_GENERATE_DEBUGGING_SYMBOLS = YES; GCC_OPTIMIZATION_LEVEL = 0; - GCC_PRECOMPILE_PREFIX_HEADER = NO; - GCC_PREFIX_HEADER = ""; GCC_WARN_UNKNOWN_PRAGMAS = YES; REZ_PREPROCESSOR_DEFINITIONS = ""; --- 48,51 ---- |