|
From: David B. <dav...@us...> - 2004-11-22 03:53:22
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28115/build_XCode/Frontier.xcode Modified Files: project.pbxproj Log Message: Initial checkin of Sidewinder code. Moved contents of sidewinder.[ch] into langpython.[ch], removing previous Python implementation. Added Python.framework to the XCode project. Added resource definitions for the python kernel verbs, currently Mac only and not #ifdef'd. Need to add Windows resource definitions. Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** project.pbxproj 11 Nov 2004 09:29:37 -0000 1.15 --- project.pbxproj 22 Nov 2004 03:52:56 -0000 1.16 *************** *** 569,572 **** --- 569,573 ---- 6515294B072C000500411831, 6515294D072C000900411831, + 6730555D0751953E006F9CD7, ); isa = PBXFrameworksBuildPhase; *************** *** 5291,5294 **** --- 5292,5296 ---- 651527B7072BFE0E00411831 = { children = ( + 6730555C0751953E006F9CD7, 651527B8072BFE0E00411831, 6515294A072C000500411831, *************** *** 8614,8617 **** --- 8616,8643 ---- //653 //654 + //670 + //671 + //672 + //673 + //674 + 6730555C0751953E006F9CD7 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = Python.framework; + path = /System/Library/Frameworks/Python.framework; + refType = 0; + sourceTree = "<absolute>"; + }; + 6730555D0751953E006F9CD7 = { + fileRef = 6730555C0751953E006F9CD7; + isa = PBXBuildFile; + settings = { + }; + }; + //670 + //671 + //672 + //673 + //674 //BB0 //BB1 *************** *** 8632,8636 **** fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = text.plist.xml; path = Info.plist; refType = 2; --- 8658,8662 ---- fileEncoding = 30; isa = PBXFileReference; ! lastKnownFileType = text.xml; path = Info.plist; refType = 2; |