Changeset 86
- Timestamp:
- 03/24/07 16:03:14 (5 years ago)
- Location:
- NEWT0/trunk
- Files:
-
- 2 edited
-
contrib/contrib.xcodeproj/project.pbxproj (modified) (3 diffs)
-
ext/ext.xcodeproj/project.pbxproj (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/contrib/contrib.xcodeproj/project.pbxproj
r68 r86 105 105 F5622F2407E029FC009AAF9A /* NewtonExceptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtonExceptions.h; sourceTree = "<group>"; }; 106 106 F57E7A0C07FD362400256511 /* NewtNSOF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtNSOF.h; sourceTree = "<group>"; }; 107 F5A713FE0BB5043600F8DB93 /* NewtConf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtConf.h; sourceTree = "<group>"; }; 107 108 F5ACB05306412D4900DB6CF9 /* NewtBC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtBC.h; sourceTree = "<group>"; }; 108 F5ACB05406412D4900DB6CF9 /* NewtConf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtConf.h; sourceTree = "<group>"; };109 109 F5ACB05506412D4900DB6CF9 /* NewtCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtCore.h; sourceTree = "<group>"; }; 110 110 F5ACB05606412D4900DB6CF9 /* NewtEnv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtEnv.h; sourceTree = "<group>"; }; … … 294 294 F541CF5007D8582D0071DCE6 /* Newton */, 295 295 F5ACB05306412D4900DB6CF9 /* NewtBC.h */, 296 F5ACB05406412D4900DB6CF9 /* NewtConf.h */,297 296 F5ACB05506412D4900DB6CF9 /* NewtCore.h */, 298 297 F5ACB05606412D4900DB6CF9 /* NewtEnv.h */, … … 321 320 children = ( 322 321 F5DE1345082AD4A500BB42A5 /* config.h */, 322 F5A713FE0BB5043600F8DB93 /* NewtConf.h */, 323 323 ); 324 324 path = darwin; -
NEWT0/trunk/ext/ext.xcodeproj/project.pbxproj
r68 r86 56 56 F5622F2407E029FC009AAF9A /* NewtonExceptions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtonExceptions.h; sourceTree = "<group>"; }; 57 57 F57E7A0C07FD362400256511 /* NewtNSOF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtNSOF.h; sourceTree = "<group>"; }; 58 F5A713EA0BB503E900F8DB93 /* NewtConf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtConf.h; sourceTree = "<group>"; }; 58 59 F5ACB05306412D4900DB6CF9 /* NewtBC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtBC.h; sourceTree = "<group>"; }; 59 F5ACB05406412D4900DB6CF9 /* NewtConf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtConf.h; sourceTree = "<group>"; };60 60 F5ACB05506412D4900DB6CF9 /* NewtCore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtCore.h; sourceTree = "<group>"; }; 61 61 F5ACB05606412D4900DB6CF9 /* NewtEnv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NewtEnv.h; sourceTree = "<group>"; }; … … 157 157 F541CF5007D8582D0071DCE6 /* Newton */, 158 158 F5ACB05306412D4900DB6CF9 /* NewtBC.h */, 159 F5ACB05406412D4900DB6CF9 /* NewtConf.h */,160 159 F5ACB05506412D4900DB6CF9 /* NewtCore.h */, 161 160 F5ACB05606412D4900DB6CF9 /* NewtEnv.h */, … … 184 183 children = ( 185 184 F5DE1345082AD4A500BB42A5 /* config.h */, 185 F5A713EA0BB503E900F8DB93 /* NewtConf.h */, 186 186 ); 187 187 path = darwin;
Note: See TracChangeset
for help on using the changeset viewer.
