From: <ba...@us...> - 2006-06-11 23:33:17
|
Revision: 342 Author: bardtx Date: 2006-06-11 16:33:14 -0700 (Sun, 11 Jun 2006) ViewCVS: http://svn.sourceforge.net/cadcdev/?rev=342&view=rev Log Message: ----------- tiki: Update Xcode project to 2.2 format, with dwarf debugging symbols; switch development build to only build for PPC and deployment build to build for PPC/i386 (Intel Mac users may need to adjust for your own usage...) Modified Paths: -------------- tiki/osx/Tiki.xcodeproj/project.pbxproj Modified: tiki/osx/Tiki.xcodeproj/project.pbxproj =================================================================== --- tiki/osx/Tiki.xcodeproj/project.pbxproj 2006-06-11 23:31:48 UTC (rev 341) +++ tiki/osx/Tiki.xcodeproj/project.pbxproj 2006-06-11 23:33:14 UTC (rev 342) @@ -155,30 +155,6 @@ C4F51613079A34260001D0D0 /* gl.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C4F51612079A34260001D0D0 /* gl.cpp */; }; /* End PBXBuildFile section */ -/* Begin PBXBuildStyle section */ - 014CEA440018CDF011CA2923 /* Development */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - ZERO_LINK = NO; - }; - name = Development; - }; - 014CEA450018CDF011CA2923 /* Deployment */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = YES; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - ZERO_LINK = NO; - }; - name = Deployment; - }; -/* End PBXBuildStyle section */ - /* Begin PBXCopyFilesBuildPhase section */ C42D917D0873B35500421E45 /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; @@ -1022,36 +998,6 @@ ); buildRules = ( ); - buildSettings = { - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - FRAMEWORK_VERSION = A; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_PRECOMPILE_PREFIX_HEADER = YES; - GCC_PREFIX_HEADER = Tiki_Prefix.pch; - HEADER_SEARCH_PATHS = ( - ../include, - include, - /sw/include, - ../3rdparty/boost, - ); - INFOPLIST_FILE = Info.plist; - INSTALL_PATH = "@executable_path/../Frameworks"; - LIBRARY_SEARCH_PATHS = shlibs; - LIBRARY_STYLE = DYNAMIC; - MACOSX_DEPLOYMENT_TARGET = 10.2; - OTHER_CFLAGS = "-Wno-long-double"; - OTHER_LDFLAGS = ( - "-seg1addr", - 0xb0000000, - "-lz", - ); - PREBINDING = NO; - PRODUCT_NAME = Tiki; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = framework; - }; dependencies = ( ); name = Tiki; @@ -1066,12 +1012,6 @@ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = C4B181AB0856AE7000B46BDA /* Build configuration list for PBXProject "Tiki" */; - buildSettings = { - }; - buildStyles = ( - 014CEA440018CDF011CA2923 /* Development */, - 014CEA450018CDF011CA2923 /* Deployment */, - ); hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* Tiki */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; @@ -1379,12 +1319,12 @@ C4B181AC0856AE7000B46BDA /* Development */ = { isa = XCBuildConfiguration; buildSettings = { - ARCHS = ( - ppc, - i386, - ); + ARCHS = ppc; + DEBUG_INFORMATION_FORMAT = dwarf; LIBRARY_SEARCH_PATHS = /System/Library/Frameworks/; MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; + MACOSX_DEPLOYMENT_TARGET_ppc = 10.3; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Development; @@ -1396,8 +1336,11 @@ ppc, i386, ); + DEBUG_INFORMATION_FORMAT = dwarf; LIBRARY_SEARCH_PATHS = /System/Library/Frameworks/; MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; + MACOSX_DEPLOYMENT_TARGET_ppc = 10.3; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Deployment; @@ -1409,8 +1352,11 @@ ppc, i386, ); + DEBUG_INFORMATION_FORMAT = dwarf; LIBRARY_SEARCH_PATHS = /System/Library/Frameworks/; MACOSX_DEPLOYMENT_TARGET = 10.4; + MACOSX_DEPLOYMENT_TARGET_i386 = 10.4; + MACOSX_DEPLOYMENT_TARGET_ppc = 10.3; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Default; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <at...@us...> - 2007-08-30 00:05:27
|
Revision: 500 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=500&view=rev Author: atani Date: 2007-08-29 17:05:25 -0700 (Wed, 29 Aug 2007) Log Message: ----------- osx xcode project update Modified Paths: -------------- tiki/osx/Tiki.xcodeproj/project.pbxproj Modified: tiki/osx/Tiki.xcodeproj/project.pbxproj =================================================================== --- tiki/osx/Tiki.xcodeproj/project.pbxproj 2007-08-29 17:52:02 UTC (rev 499) +++ tiki/osx/Tiki.xcodeproj/project.pbxproj 2007-08-30 00:05:25 UTC (rev 500) @@ -16,6 +16,16 @@ 640C2C30092EB8C40032DE40 /* alpharotate.h in Headers */ = {isa = PBXBuildFile; fileRef = 640C2C2F092EB8C40032DE40 /* alpharotate.h */; }; 6444BEE60932A3D800A29768 /* texturetile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6444BEE50932A3D700A29768 /* texturetile.cpp */; }; 6444BEE80932A3F200A29768 /* texturetile.h in Headers */ = {isa = PBXBuildFile; fileRef = 6444BEE70932A3F200A29768 /* texturetile.h */; }; + 6499FE6A0C862377008D9FEF /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE660C862377008D9FEF /* tinyxml.cpp */; }; + 6499FE6B0C862377008D9FEF /* tinyxml.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FE670C862377008D9FEF /* tinyxml.h */; }; + 6499FE6C0C862377008D9FEF /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE680C862377008D9FEF /* tinyxmlerror.cpp */; }; + 6499FE6D0C862377008D9FEF /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE690C862377008D9FEF /* tinyxmlparser.cpp */; }; + 6499FE710C8623A3008D9FEF /* base64.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE6F0C8623A3008D9FEF /* base64.cpp */; }; + 6499FE720C8623A3008D9FEF /* date.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FE700C8623A3008D9FEF /* date.cpp */; }; + 6499FE760C8623D6008D9FEF /* base64.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FE740C8623D6008D9FEF /* base64.h */; }; + 6499FE770C8623D6008D9FEF /* date.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FE750C8623D6008D9FEF /* date.h */; }; + 6499FEA40C8640CA008D9FEF /* cookiejar.h in Headers */ = {isa = PBXBuildFile; fileRef = 6499FEA30C8640CA008D9FEF /* cookiejar.h */; }; + 6499FEA60C8640E5008D9FEF /* cookiejar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 6499FEA50C8640E5008D9FEF /* cookiejar.cpp */; }; 64D758F4092EB9A5002667EE /* sleep.h in Headers */ = {isa = PBXBuildFile; fileRef = 64D758F3092EB9A5002667EE /* sleep.h */; }; 64ED75F50C7CFAE500D16D5C /* address.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64ED75F10C7CFAE500D16D5C /* address.cpp */; }; 64ED75F60C7CFAE500D16D5C /* socket.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 64ED75F20C7CFAE500D16D5C /* socket.cpp */; }; @@ -204,6 +214,16 @@ 640C2C2F092EB8C40032DE40 /* alpharotate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = alpharotate.h; path = ../include/Tiki/anims/alpharotate.h; sourceTree = SOURCE_ROOT; }; 6444BEE50932A3D700A29768 /* texturetile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = texturetile.cpp; path = ../src/gl/drawables/texturetile.cpp; sourceTree = SOURCE_ROOT; }; 6444BEE70932A3F200A29768 /* texturetile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = texturetile.h; path = ../include/Tiki/drawables/texturetile.h; sourceTree = SOURCE_ROOT; }; + 6499FE660C862377008D9FEF /* tinyxml.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxml.cpp; path = ../3rdparty/tinyxml/tinyxml.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE670C862377008D9FEF /* tinyxml.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = tinyxml.h; path = ../3rdparty/tinyxml/tinyxml.h; sourceTree = SOURCE_ROOT; }; + 6499FE680C862377008D9FEF /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlerror.cpp; path = ../3rdparty/tinyxml/tinyxmlerror.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE690C862377008D9FEF /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = tinyxmlparser.cpp; path = ../3rdparty/tinyxml/tinyxmlparser.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE6F0C8623A3008D9FEF /* base64.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = base64.cpp; path = ../src/net/util/base64.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE700C8623A3008D9FEF /* date.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = date.cpp; path = ../src/net/util/date.cpp; sourceTree = SOURCE_ROOT; }; + 6499FE740C8623D6008D9FEF /* base64.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = base64.h; path = ../include/Tiki/net/util/base64.h; sourceTree = SOURCE_ROOT; }; + 6499FE750C8623D6008D9FEF /* date.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = date.h; path = ../include/Tiki/net/util/date.h; sourceTree = SOURCE_ROOT; }; + 6499FEA30C8640CA008D9FEF /* cookiejar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = cookiejar.h; path = ../include/Tiki/net/http/cookiejar.h; sourceTree = SOURCE_ROOT; }; + 6499FEA50C8640E5008D9FEF /* cookiejar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = cookiejar.cpp; path = ../src/net/http/cookiejar.cpp; sourceTree = SOURCE_ROOT; }; 64D758F3092EB9A5002667EE /* sleep.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sleep.h; path = ../include/Tiki/anims/sleep.h; sourceTree = SOURCE_ROOT; }; 64ED75F10C7CFAE500D16D5C /* address.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = address.cpp; path = ../src/net/address.cpp; sourceTree = SOURCE_ROOT; }; 64ED75F20C7CFAE500D16D5C /* socket.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = socket.cpp; path = ../src/net/socket.cpp; sourceTree = SOURCE_ROOT; }; @@ -517,9 +537,39 @@ name = "Other Sources"; sourceTree = "<group>"; }; + 6499FE520C8622D4008D9FEF /* tinyXML */ = { + isa = PBXGroup; + children = ( + 6499FE660C862377008D9FEF /* tinyxml.cpp */, + 6499FE670C862377008D9FEF /* tinyxml.h */, + 6499FE680C862377008D9FEF /* tinyxmlerror.cpp */, + 6499FE690C862377008D9FEF /* tinyxmlparser.cpp */, + ); + name = tinyXML; + sourceTree = "<group>"; + }; + 6499FE6E0C862384008D9FEF /* util */ = { + isa = PBXGroup; + children = ( + 6499FE6F0C8623A3008D9FEF /* base64.cpp */, + 6499FE700C8623A3008D9FEF /* date.cpp */, + ); + name = util; + sourceTree = "<group>"; + }; + 6499FE730C8623AE008D9FEF /* util */ = { + isa = PBXGroup; + children = ( + 6499FE740C8623D6008D9FEF /* base64.h */, + 6499FE750C8623D6008D9FEF /* date.h */, + ); + name = util; + sourceTree = "<group>"; + }; 64ED75F00C7CFAC500D16D5C /* net */ = { isa = PBXGroup; children = ( + 6499FE6E0C862384008D9FEF /* util */, 64ED75F90C7CFAE900D16D5C /* http */, 64ED75F10C7CFAE500D16D5C /* address.cpp */, 64ED75F20C7CFAE500D16D5C /* socket.cpp */, @@ -532,6 +582,7 @@ 64ED75F90C7CFAE900D16D5C /* http */ = { isa = PBXGroup; children = ( + 6499FEA50C8640E5008D9FEF /* cookiejar.cpp */, 64ED75FA0C7CFB1800D16D5C /* request.cpp */, 64ED75FB0C7CFB1800D16D5C /* response.cpp */, 64ED75FC0C7CFB1800D16D5C /* useragent.cpp */, @@ -542,6 +593,7 @@ 64ED76110C7CFB2200D16D5C /* net */ = { isa = PBXGroup; children = ( + 6499FE730C8623AE008D9FEF /* util */, 64ED76130C7CFB4C00D16D5C /* address.h */, 64ED76140C7CFB4C00D16D5C /* buffer.h */, 64ED76150C7CFB4C00D16D5C /* socket.h */, @@ -556,6 +608,7 @@ 64ED76120C7CFB2D00D16D5C /* http */ = { isa = PBXGroup; children = ( + 6499FEA30C8640CA008D9FEF /* cookiejar.h */, 64ED761F0C7CFB6200D16D5C /* cookie.h */, 64ED76200C7CFB6200D16D5C /* request.h */, 64ED76210C7CFB6200D16D5C /* response.h */, @@ -768,6 +821,7 @@ C4B181C30856B19900B46BDA /* 3rdParty */ = { isa = PBXGroup; children = ( + 6499FE520C8622D4008D9FEF /* tinyXML */, C4B181CC0856B1B900B46BDA /* LibJPEG */, C4B181C90856B1B200B46BDA /* LibPNG */, C4B181C60856B1A700B46BDA /* OggVorbis */, @@ -1087,6 +1141,10 @@ 64ED76290C7CFB7E00D16D5C /* endian.h in Headers */, 64ED762A0C7CFB7E00D16D5C /* net.h in Headers */, 64ED762E0C7CFBA100D16D5C /* platnet.h in Headers */, + 6499FE6B0C862377008D9FEF /* tinyxml.h in Headers */, + 6499FE760C8623D6008D9FEF /* base64.h in Headers */, + 6499FE770C8623D6008D9FEF /* date.h in Headers */, + 6499FEA40C8640CA008D9FEF /* cookiejar.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1302,6 +1360,12 @@ 64ED75FE0C7CFB1800D16D5C /* response.cpp in Sources */, 64ED75FF0C7CFB1800D16D5C /* useragent.cpp in Sources */, 64ED762C0C7CFB9400D16D5C /* platnet.cpp in Sources */, + 6499FE6A0C862377008D9FEF /* tinyxml.cpp in Sources */, + 6499FE6C0C862377008D9FEF /* tinyxmlerror.cpp in Sources */, + 6499FE6D0C862377008D9FEF /* tinyxmlparser.cpp in Sources */, + 6499FE710C8623A3008D9FEF /* base64.cpp in Sources */, + 6499FE720C8623A3008D9FEF /* date.cpp in Sources */, + 6499FEA60C8640E5008D9FEF /* cookiejar.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <at...@us...> - 2007-11-05 17:08:35
|
Revision: 527 http://cadcdev.svn.sourceforge.net/cadcdev/?rev=527&view=rev Author: atani Date: 2007-11-05 09:08:21 -0800 (Mon, 05 Nov 2007) Log Message: ----------- enable i386 Modified Paths: -------------- tiki/osx/Tiki.xcodeproj/project.pbxproj Modified: tiki/osx/Tiki.xcodeproj/project.pbxproj =================================================================== --- tiki/osx/Tiki.xcodeproj/project.pbxproj 2007-11-05 17:05:44 UTC (rev 526) +++ tiki/osx/Tiki.xcodeproj/project.pbxproj 2007-11-05 17:08:21 UTC (rev 527) @@ -1173,10 +1173,12 @@ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = C4B181AB0856AE7000B46BDA /* Build configuration list for PBXProject "Tiki" */; + compatibilityVersion = "Xcode 2.4"; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* Tiki */; productRefGroup = 034768DFFF38A50411DB9C8B /* Products */; projectDirPath = ""; + projectRoot = ""; targets = ( 8DC2EF4F0486A6940098B216 /* Tiki */, ); @@ -1380,6 +1382,10 @@ C4B181A80856AE7000B46BDA /* Development */ = { isa = XCBuildConfiguration; buildSettings = { + ARCHS = ( + i386, + ppc, + ); COPY_PHASE_STRIP = NO; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |