|
From: Karsten W. <kar...@us...> - 2006-01-31 16:49:28
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1930 Modified Files: Tag: pre_int64_branch project.pbxproj Log Message: extended warnings Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.20 retrieving revision 1.20.2.1 diff -C2 -d -r1.20 -r1.20.2.1 *** project.pbxproj 17 Sep 2005 16:39:24 -0000 1.20 --- project.pbxproj 31 Jan 2006 16:49:19 -0000 1.20.2.1 *************** *** 36,39 **** --- 36,40 ---- BB3B83610730603C0049D0C1, 651527B7072BFE0E00411831, + 8DE0CF47098EDBC700547115, ); isa = PBXGroup; *************** *** 70,73 **** --- 71,75 ---- 6515255E072BFC6500411831, 6515255F072BFC6500411831, + 8D06B207098EDCB60046E8BC, ); hasScannedForEncodings = 1; *************** *** 649,653 **** name = Frontier; productName = "Frontier OSX MachO Debug"; ! productReference = 65152569072BFC6500411831; productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"> --- 651,655 ---- name = Frontier; productName = "Frontier OSX MachO Debug"; ! productReference = 8DE0CF47098EDBC700547115; productSettingsXML = "<?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE plist PUBLIC \"-//Apple Computer//DTD PLIST 1.0//EN\" \"http://www.apple.com/DTDs/PropertyList-1.0.dtd\"> *************** *** 658,669 **** productType = "com.apple.product-type.application"; }; - 65152569072BFC6500411831 = { - explicitFileType = wrapper.application; - includeInIndex = 0; - isa = PBXFileReference; - path = Frontier.app; - refType = 3; - sourceTree = BUILT_PRODUCTS_DIR; - }; 6515256C072BFC6700411831 = { children = ( --- 660,663 ---- *************** *** 8673,8676 **** --- 8667,8715 ---- //653 //654 + //8D0 + //8D1 + //8D2 + //8D3 + //8D4 + 8D06B207098EDCB60046E8BC = { + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_ENABLE_FIX_AND_CONTINUE = YES; + GCC_MODEL_TUNING = ""; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PRECOMPILE_PREFIX_HEADER = YES; + GCC_PREFIX_HEADER = Frontier.xcode.h; + GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; + GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; + GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; + GCC_WARN_MISSING_PARENTHESES = YES; + GCC_WARN_SHADOW = YES; + GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; + GCC_WARN_UNKNOWN_PRAGMAS = YES; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_LABEL = YES; + GCC_WARN_UNUSED_PARAMETER = YES; + GCC_WARN_UNUSED_VALUE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.3; + OTHER_CFLAGS = "-fconstant-cfstrings -fno-inline -malign-mac68k "; + }; + isa = PBXBuildStyle; + name = "Development All Warnings"; + }; + 8DE0CF47098EDBC700547115 = { + explicitFileType = wrapper.application; + includeInIndex = 0; + isa = PBXFileReference; + path = Frontier.app; + refType = 3; + sourceTree = BUILT_PRODUCTS_DIR; + }; + //8D0 + //8D1 + //8D2 + //8D3 + //8D4 //BB0 //BB1 |