|
From: <kar...@us...> - 2006-06-06 19:58:14
|
Revision: 1400 Author: karstenw Date: 2006-06-06 12:57:02 -0700 (Tue, 06 Jun 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1400&view=rev Log Message: ----------- rest of update Modified Paths: -------------- Frontier/branches/Int64/Common/IOAToolkit/ioa.c Frontier/branches/Int64/Common/IowaRuntime/Source/iowacore.c Frontier/branches/Int64/Common/SystemHeaders/WSE.h Frontier/branches/Int64/Common/headers/WinSockNetEvents.h Frontier/branches/Int64/Common/headers/frontierdefs.h Frontier/branches/Int64/Common/headers/lang.h Frontier/branches/Int64/Common/headers/langdll.h Frontier/branches/Int64/Common/headers/langpython.h Frontier/branches/Int64/Common/headers/langxml.h Frontier/branches/Int64/Common/headers/macconv.h Frontier/branches/Int64/Common/headers/opbuttons.h Frontier/branches/Int64/Common/headers/process.h Frontier/branches/Int64/Common/headers/quickdraw.h Frontier/branches/Int64/Common/headers/shellprint.h Frontier/branches/Int64/Common/source/langcrypt.c Frontier/branches/Int64/Common/source/langops.c Frontier/branches/Int64/Common/source/md5.c Frontier/branches/Int64/Common/source/uisharing.c Frontier/branches/Int64/FrontierSDK/Toolkits/AppletToolkit/Source/appletfrontier.c Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iacdouble.c Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactable.c Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactext.c Frontier/branches/Int64/build_XCode/FrontierFat_i64.xcodeproj/project.pbxproj Frontier/branches/Int64/build_XCode/tools/postlinking.sh Modified: Frontier/branches/Int64/Common/IOAToolkit/ioa.c =================================================================== --- Frontier/branches/Int64/Common/IOAToolkit/ioa.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/IOAToolkit/ioa.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -579,7 +579,7 @@ static void callsetuproutine (setupcallback pcallback, tyioaconfigrecord *pconfig) { -// 2006-04-03 - kw --- renamed parameter config -> pconfig +// 2006-04-03 kw: renamed parameter config -> pconfig IOAclearbytes (pconfig, longsizeof (tyioaconfigrecord)); (*pconfig).setValueFromScriptCallback = IOAsetobjectvalue; Modified: Frontier/branches/Int64/Common/IowaRuntime/Source/iowacore.c =================================================================== --- Frontier/branches/Int64/Common/IowaRuntime/Source/iowacore.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/IowaRuntime/Source/iowacore.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -672,7 +672,7 @@ hdlobject x = firstobject; hdlobject hsmallest = nil; - Rect rsmallest; + Rect rsmallest = {-infinity, -infinity, infinity, infinity }; while (x != nil) { @@ -908,7 +908,7 @@ if ((**h).objecthasframe) { - Rect tempRect; // 2006-04-03 - kw ---renamed from robject - shadowwarning + Rect tempRect; // 2006-04-03 kw: renamed from robject - shadowwarning tempRect = (**h).objectrect; Modified: Frontier/branches/Int64/Common/SystemHeaders/WSE.h =================================================================== --- Frontier/branches/Int64/Common/SystemHeaders/WSE.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/SystemHeaders/WSE.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -177,4 +177,4 @@ rulerRecord rCurRuler; /* Currently displaying ruler info */ } rulerInfo,*rulerInfoPtr,**rulerInfoHandle; -#endif \ No newline at end of file +#endif Modified: Frontier/branches/Int64/Common/headers/WinSockNetEvents.h =================================================================== --- Frontier/branches/Int64/Common/headers/WinSockNetEvents.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/WinSockNetEvents.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -102,7 +102,7 @@ extern boolean fwsNetEventWriteStream (unsigned long stream, unsigned long bytesToWrite, char * buffer); /* Set up a listner on a port */ -// 2006-04-04 - kw --- removed parameter names +// 2006-04-04 kw: removed parameter names // extern boolean fwsNetEventListenStream (unsigned long port, long depth, bigstring callback, unsigned long refcon, unsigned long * stream, unsigned long ipaddr, long hdatabase); extern boolean fwsNetEventListenStream (unsigned long, long, bigstring, unsigned long, unsigned long *, unsigned long, long); Modified: Frontier/branches/Int64/Common/headers/frontierdefs.h =================================================================== --- Frontier/branches/Int64/Common/headers/frontierdefs.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/frontierdefs.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -83,10 +83,10 @@ #define SPEED 1 #undef fltracklocaladdresses /*2004-12-08 aradke: disable [buggy] code for tracking deleted local addresses*/ -// kw 2006-01-27 --- make new data types +// 2006-01-27 kw: make new data types #define LONGINT_LONGDATE 1 -// kw - 2006-02-13 --- a test for the AE-memory leak +// 2006-02-13 kw: a test for the AE-memory leak #define AEDISPOSAL 1 #ifdef MACVERSION Modified: Frontier/branches/Int64/Common/headers/lang.h =================================================================== --- Frontier/branches/Int64/Common/headers/lang.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/lang.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -291,7 +291,7 @@ /*new types must be added at end of list, these get saved on disk*/ #if LONGINT_LONGDATE == 1 // tyvaluetype enum - // kw - 2006-01-27 --- new types added + // 2006-01-27 kw: new types added /* 38 */ longlongintvaluetype, @@ -303,7 +303,7 @@ } tyvaluetype; -// kw - 2006-01-27 --- new longlong types +// 2006-01-27 kw: new longlong types #if LONGINT_LONGDATE == 1 // typedef tylonglongint # if defined (WIN95VERSION) Modified: Frontier/branches/Int64/Common/headers/langdll.h =================================================================== --- Frontier/branches/Int64/Common/headers/langdll.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/langdll.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -63,7 +63,7 @@ odbBool xCALLBACK extOdbNewListValue (odbRef odb, odbValueRecord *valueList, odbBool flRecord); odbBool xCALLBACK extOdbGetListCount (odbRef odb, odbValueRecord *valueList, long * cnt); -// 2006-04-04 - kw --- removed parameter names +// 2006-04-04 kw: removed parameter names // odbBool xCALLBACK extOdbDeleteListValue (odbRef odb, odbValueRecord *valueList, long index, char * recordname); odbBool xCALLBACK extOdbDeleteListValue (odbRef, odbValueRecord *, long, char *); Modified: Frontier/branches/Int64/Common/headers/langpython.h =================================================================== --- Frontier/branches/Int64/Common/headers/langpython.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/langpython.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -32,4 +32,4 @@ extern boolean langrunpythonscript (hdltreenode hp1, tyvaluerecord *v); -#endif //langpythoninclude \ No newline at end of file +#endif //langpythoninclude Modified: Frontier/branches/Int64/Common/headers/langxml.h =================================================================== --- Frontier/branches/Int64/Common/headers/langxml.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/langxml.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -45,4 +45,4 @@ extern boolean gethashnodetable (hdlhashnode hn, hdlhashtable *ht); -extern boolean replaceallinhandle (bigstring bsfind, bigstring bsreplace, Handle htext); \ No newline at end of file +extern boolean replaceallinhandle (bigstring bsfind, bigstring bsreplace, Handle htext); Modified: Frontier/branches/Int64/Common/headers/macconv.h =================================================================== --- Frontier/branches/Int64/Common/headers/macconv.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/macconv.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -97,7 +97,7 @@ typeFloat = 'doub', typeLongInteger = 'long', typeShortInteger = 'shor', - // kw - 2006-01-27 --- new 64-bit int types + // 2006-01-27 kw: new 64-bit int types typeSInt64 = 'comp', typeLongFloat = 'doub', Modified: Frontier/branches/Int64/Common/headers/opbuttons.h =================================================================== --- Frontier/branches/Int64/Common/headers/opbuttons.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/opbuttons.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -29,4 +29,4 @@ extern boolean opbuttonstatus (short buttonnum, tybuttonstatus *status); -extern boolean opbutton (short buttonnum); \ No newline at end of file +extern boolean opbutton (short buttonnum); Modified: Frontier/branches/Int64/Common/headers/process.h =================================================================== --- Frontier/branches/Int64/Common/headers/process.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/process.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -191,7 +191,7 @@ extern boolean processkill (hdlprocessrecord); -// kw 2005-12-16 - These two are retired +// 2005-12-16 kw: These two are retired // extern void processinvalidglobals (WindowPtr); // extern void processinvalidoutline (struct tyoutlinerecord **); Modified: Frontier/branches/Int64/Common/headers/quickdraw.h =================================================================== --- Frontier/branches/Int64/Common/headers/quickdraw.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/quickdraw.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -74,7 +74,7 @@ extern short getmenubarheight (void); -// kw - make static +// kw: make static extern CGrafPtr getmacwindowport(WindowPtr); extern CGrafPtr getmacqdglobaltheport(void); extern Rect getwindowportrect(WindowPtr); Modified: Frontier/branches/Int64/Common/headers/shellprint.h =================================================================== --- Frontier/branches/Int64/Common/headers/shellprint.h 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/headers/shellprint.h 2006-06-06 19:57:02 UTC (rev 1400) @@ -48,7 +48,7 @@ GrafPtr printport; PMPrintSession printhandle; - PMPrintSession printDefaultSession; /* kw added 2005-06 */ + PMPrintSession printDefaultSession; /* 2005-06 kw: added */ PMPageFormat pageformat; PMPrintSettings printsettings; PMRect pagerect; Modified: Frontier/branches/Int64/Common/source/langcrypt.c =================================================================== --- Frontier/branches/Int64/Common/source/langcrypt.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/source/langcrypt.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -89,7 +89,7 @@ flnextparamislast = true; - if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, "\x0b""flTranslate", &vtranslate)) + if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, BIGSTRING("\x0b""flTranslate"), &vtranslate)) return (false); lockhandle (h); @@ -149,7 +149,7 @@ flnextparamislast = true; - if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, "\x0b""flTranslate", &vtranslate)) + if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, BIGSTRING("\x0b""flTranslate"), &vtranslate)) return (false); lockhandle (hkey); @@ -206,7 +206,7 @@ flnextparamislast = true; - if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, "\x0b""flTranslate", &vtranslate)) + if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, BIGSTRING("\x0b""flTranslate"), &vtranslate)) return (false); lockhandle (x); @@ -265,7 +265,7 @@ flnextparamislast = true; - if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, "\x0b""flTranslate", &vtranslate)) + if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, BIGSTRING("\x0b""flTranslate"), &vtranslate)) return (false); lockhandle (h); @@ -327,7 +327,7 @@ flnextparamislast = true; - if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, "\x0b""flTranslate", &vtranslate)) + if (!getoptionalparamvalue (hp1, &ctconsumed, &ctpositional, BIGSTRING("\x0b""flTranslate"), &vtranslate)) return (false); lockhandle (hkey); Modified: Frontier/branches/Int64/Common/source/langops.c =================================================================== --- Frontier/branches/Int64/Common/source/langops.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/source/langops.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -172,14 +172,15 @@ boolean fl = true; #if LONGINT_LONGDATE == 1 // delete me after debugging - // kw - 2006-01 --- debugging stuff + // 2006-01 kw: debugging stuff int x = type, y = ctvaluetypes; + + tytypeinfo z = typeinfo[type]; + #endif - tytypeinfo z = typeinfo[type]; - if ((type < novaluetype) || (type >= ctvaluetypes)) { type = novaluetype; Modified: Frontier/branches/Int64/Common/source/md5.c =================================================================== --- Frontier/branches/Int64/Common/source/md5.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/source/md5.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -343,4 +343,4 @@ for (i = 0; i < len; i++) ((char *)output)[i] = (char)value; } -*/ \ No newline at end of file +*/ Modified: Frontier/branches/Int64/Common/source/uisharing.c =================================================================== --- Frontier/branches/Int64/Common/source/uisharing.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/Common/source/uisharing.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -1545,7 +1545,4 @@ #endif } /*uisClose*/ - - - - \ No newline at end of file + Modified: Frontier/branches/Int64/FrontierSDK/Toolkits/AppletToolkit/Source/appletfrontier.c =================================================================== --- Frontier/branches/Int64/FrontierSDK/Toolkits/AppletToolkit/Source/appletfrontier.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/FrontierSDK/Toolkits/AppletToolkit/Source/appletfrontier.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -611,7 +611,7 @@ if (!IACgetlongparam ('----', (long *) &x)) goto error; - + *majorRev = x.majorRev; *minorRev = x.minorRev; Modified: Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iacdouble.c =================================================================== --- Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iacdouble.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iacdouble.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -198,7 +198,7 @@ if (ec == noErr) { - // 2006-04-02 kw --- inserted braces for ambiguity warning + // 2006-04-02 kw: inserted braces for ambiguity warning if ((*list).descriptorType == typeAERecord) ec = AEPutKeyDesc (list, n, &valDesc); else Modified: Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactable.c =================================================================== --- Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactable.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactable.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -53,7 +53,7 @@ Boolean IACgettableitem (AEDescList *list, long n, Handle *val) { OSErr ec; - AEDesc desc = {typeNull, 0L}; // kw - 2006-02-19 --- AEDISPOSAL + AEDesc desc = {typeNull, 0L}; // 2006-02-19 kw: AEDISPOSAL DescType key; if ((*list).descriptorType != typeAEList) { Modified: Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactext.c =================================================================== --- Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactext.c 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/FrontierSDK/Toolkits/IACTools/Source/iactext.c 2006-06-06 19:57:02 UTC (rev 1400) @@ -43,7 +43,7 @@ Boolean IACgettextitem (AEDescList *list, long n, Handle *val) { register OSErr ec; - AEDesc desc = {typeNull, 0L}; // kw - 2006-02-18 --- AEDISPOSAL + AEDesc desc = {typeNull, 0L}; // 2006-02-18 kw: AEDISPOSAL DescType key; if ((*list).descriptorType != typeAEList) { Modified: Frontier/branches/Int64/build_XCode/FrontierFat_i64.xcodeproj/project.pbxproj =================================================================== --- Frontier/branches/Int64/build_XCode/FrontierFat_i64.xcodeproj/project.pbxproj 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/build_XCode/FrontierFat_i64.xcodeproj/project.pbxproj 2006-06-06 19:57:02 UTC (rev 1400) @@ -6,6 +6,21 @@ objectVersion = 42; objects = { +/* Begin PBXAggregateTarget section */ + 83369EEE0A31A24A0060462B /* buildAll */ = { + isa = PBXAggregateTarget; + buildConfigurationList = 83369EF40A31A2870060462B /* Build configuration list for PBXAggregateTarget "buildAll" */; + buildPhases = ( + ); + dependencies = ( + 83369EF00A31A2540060462B /* PBXTargetDependency */, + 83369EF20A31A2590060462B /* PBXTargetDependency */, + ); + name = buildAll; + productName = buildAll; + }; +/* End PBXAggregateTarget section */ + /* Begin PBXBuildFile section */ 6505996409968C1400410571 /* ioascrollbar.h in Headers */ = {isa = PBXBuildFile; fileRef = 651525AB072BFC6700411831 /* ioascrollbar.h */; }; 6505996509968C1400410571 /* ioapopup.h in Headers */ = {isa = PBXBuildFile; fileRef = 651525A7072BFC6700411831 /* ioapopup.h */; }; @@ -1000,6 +1015,23 @@ DEA58AB407435A9500BAB271 /* Frontier.icns in Resources */ = {isa = PBXBuildFile; fileRef = DEA58AB307435A9500BAB271 /* Frontier.icns */; }; /* End PBXBuildFile section */ +/* Begin PBXContainerItemProxy section */ + 83369EEF0A31A2540060462B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 65152560072BFC6500411831 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 65152568072BFC6500411831; + remoteInfo = Frontier; + }; + 83369EF10A31A2590060462B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 65152560072BFC6500411831 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 6505996209968C1400410571; + remoteInfo = OPML; + }; +/* End PBXContainerItemProxy section */ + /* Begin PBXFileReference section */ 65059B4E09968C1400410571 /* OPML.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = OPML.app; sourceTree = BUILT_PRODUCTS_DIR; }; 65059B760996945100410571 /* OPML.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = OPML.icns; path = ../resources/OPML/OPML.icns; sourceTree = SOURCE_ROOT; }; @@ -2851,6 +2883,7 @@ targets = ( 65152568072BFC6500411831 /* Frontier */, 6505996209968C1400410571 /* OPML */, + 83369EEE0A31A24A0060462B /* buildAll */, ); }; /* End PBXProject section */ @@ -3513,6 +3546,19 @@ }; /* End PBXSourcesBuildPhase section */ +/* Begin PBXTargetDependency section */ + 83369EF00A31A2540060462B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 65152568072BFC6500411831 /* Frontier */; + targetProxy = 83369EEF0A31A2540060462B /* PBXContainerItemProxy */; + }; + 83369EF20A31A2590060462B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 6505996209968C1400410571 /* OPML */; + targetProxy = 83369EF10A31A2590060462B /* PBXContainerItemProxy */; + }; +/* End PBXTargetDependency section */ + /* Begin XCBuildConfiguration section */ 657A822D09F18A6100331344 /* Development */ = { isa = XCBuildConfiguration; @@ -3575,7 +3621,7 @@ COPY_PHASE_STRIP = YES; GCC_ALTIVEC_EXTENSIONS = NO; GCC_CHAR_IS_UNSIGNED_CHAR = NO; - GCC_C_LANGUAGE_STANDARD = c99; + GCC_C_LANGUAGE_STANDARD = "compiler-default"; GCC_ENABLE_ASM_KEYWORD = YES; GCC_ENABLE_CPP_EXCEPTIONS = NO; GCC_ENABLE_CPP_RTTI = NO; @@ -3585,7 +3631,7 @@ GCC_PREFIX_HEADER = frontier.xcode.h; GCC_PREPROCESSOR_DEFINITIONS = NDEBUG; GCC_REUSE_STRINGS = NO; - GCC_SHORT_ENUMS = YES; + GCC_SHORT_ENUMS = NO; GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = NO; GCC_WARN_UNKNOWN_PRAGMAS = YES; @@ -3597,7 +3643,7 @@ INFOPLIST_FILE = Info_Frontier.plist; LIBRARY_SEARCH_PATHS = tools; MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; - MACOSX_DEPLOYMENT_TARGET_ppc = 10.1; + MACOSX_DEPLOYMENT_TARGET_ppc = 10.4; OTHER_CFLAGS = ( "-fno-inline", "-malign-mac68k", @@ -3784,19 +3830,47 @@ ppc, i386, ); - GCC_AUTO_VECTORIZATION = YES; - GCC_DYNAMIC_NO_PIC = YES; + DEBUG_INFORMATION_FORMAT = dwarf; + GCC_AUTO_VECTORIZATION = NO; + GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_OPTIMIZATION_LEVEL = 3; + GCC_OPTIMIZATION_LEVEL = 2; GCC_STRICT_ALIASING = NO; + GCC_UNROLL_LOOPS = YES; GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO; GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO; GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO; + MACH_O_TYPE = mh_execute; MACOSX_DEPLOYMENT_TARGET = 10.4; + OTHER_CFLAGS = ""; + PREBINDING = NO; + PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Deployment; }; + 83369EF50A31A2870060462B /* Development */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + PRODUCT_NAME = buildAll; + }; + name = Development; + }; + 83369EF60A31A2870060462B /* Deployment */ = { + isa = XCBuildConfiguration; + buildSettings = { + COPY_PHASE_STRIP = YES; + GCC_ENABLE_FIX_AND_CONTINUE = NO; + GCC_GENERATE_DEBUGGING_SYMBOLS = NO; + PRODUCT_NAME = buildAll; + ZERO_LINK = NO; + }; + name = Deployment; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ @@ -3827,6 +3901,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Development; }; + 83369EF40A31A2870060462B /* Build configuration list for PBXAggregateTarget "buildAll" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 83369EF50A31A2870060462B /* Development */, + 83369EF60A31A2870060462B /* Deployment */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Development; + }; /* End XCConfigurationList section */ }; rootObject = 65152560072BFC6500411831 /* Project object */; Modified: Frontier/branches/Int64/build_XCode/tools/postlinking.sh =================================================================== --- Frontier/branches/Int64/build_XCode/tools/postlinking.sh 2006-06-06 19:54:31 UTC (rev 1399) +++ Frontier/branches/Int64/build_XCode/tools/postlinking.sh 2006-06-06 19:57:02 UTC (rev 1400) @@ -31,7 +31,7 @@ preprocessor_defs=`echo ${GCC_PREPROCESSOR_DEFINITIONS} | sed -e "s/[A-Z0-9_][A-Z0-9_=]*/-D&/g"` # set environment variable to stop cc from complaining -export MACOSX_DEPLOYMENT_TARGET="10.1" +export MACOSX_DEPLOYMENT_TARGET="10.4" # extract the APP_VERSION_STRING cc ${preprocessor_defs} -I"${SRCROOT}/../Common/headers" -o appversion appversion.c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |