[Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj project.pbxproj,1.1,1.2
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
Wed, 31 Jul 2002 06:16:01 -0700
- Previous message: [Python-checkins] python/dist/src/Mac/OSX/PythonLauncher doscript.h,NONE,1.1 doscript.m,NONE,1.1 FileSettings.m,1.1,1.2 MyDocument.m,1.1,1.2
- Next message: [Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj project.pbxproj,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj
In directory usw-pr-cvs1:/tmp/cvs-serv4089/PythonLauncher.pbproj
Modified Files:
project.pbxproj
Log Message:
Implemented starting Python in a terminal window. The implementation isn't
optimal, especially if Terminal wasn't running yet, but it works.
Index: project.pbxproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj/project.pbxproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** project.pbxproj 29 Jul 2002 21:36:35 -0000 1.1
--- project.pbxproj 31 Jul 2002 13:15:59 -0000 1.2
***************
*** 58,61 ****
--- 58,62 ----
children = (
1058C7A7FEA54F5311CA2CBB,
+ F5AA9D0102F807EE0110C447,
);
isa = PBXGroup;
***************
*** 180,184 ****
--- 181,187 ----
2A37F4AFFDCFA73011CA2CEA = {
children = (
+ F5AA9C6A02F8042D0110C447,
2A37F4B0FDCFA73011CA2CEA,
+ F5AAA21D02F8115D0110C447,
);
isa = PBXGroup;
***************
*** 402,405 ****
--- 405,409 ----
F5A4C14202F2055D01000102,
F5A4C14702F2070D01000102,
+ F5AA9C6C02F8042D0110C447,
);
isa = PBXHeadersBuildPhase;
***************
*** 433,436 ****
--- 437,441 ----
F5A4C14302F2055D01000102,
F5A4C14602F2070D01000102,
+ F5AAA21E02F8115D0110C447,
);
isa = PBXSourcesBuildPhase;
***************
*** 456,459 ****
--- 461,465 ----
files = (
1058C7A9FEA54F5311CA2CBB,
+ F5AA9D9B02F807EF0110C447,
);
isa = PBXFrameworksBuildPhase;
***************
*** 604,607 ****
--- 610,647 ----
F5A4C14702F2070D01000102 = {
fileRef = F5A4C14502F2070D01000102;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F5AA9C6A02F8042D0110C447 = {
+ isa = PBXFileReference;
+ path = doscript.h;
+ refType = 4;
+ };
+ F5AA9C6C02F8042D0110C447 = {
+ fileRef = F5AA9C6A02F8042D0110C447;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F5AA9D0102F807EE0110C447 = {
+ isa = PBXFrameworkReference;
+ name = Carbon.framework;
+ path = /System/Library/Frameworks/Carbon.framework;
+ refType = 0;
+ };
+ F5AA9D9B02F807EF0110C447 = {
+ fileRef = F5AA9D0102F807EE0110C447;
+ isa = PBXBuildFile;
+ settings = {
+ };
+ };
+ F5AAA21D02F8115D0110C447 = {
+ isa = PBXFileReference;
+ path = doscript.m;
+ refType = 4;
+ };
+ F5AAA21E02F8115D0110C447 = {
+ fileRef = F5AAA21D02F8115D0110C447;
isa = PBXBuildFile;
settings = {
- Previous message: [Python-checkins] python/dist/src/Mac/OSX/PythonLauncher doscript.h,NONE,1.1 doscript.m,NONE,1.1 FileSettings.m,1.1,1.2 MyDocument.m,1.1,1.2
- Next message: [Python-checkins] python/dist/src/Mac/OSX/PythonLauncher/PythonLauncher.pbproj project.pbxproj,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]