Changeset 66 for NEWT0/trunk
- Timestamp:
- 06/18/06 20:51:33 (2 years ago)
- Location:
- NEWT0/trunk/src/newt.xcodeproj
- Files:
-
- 2 modified
-
default.pbxuser (modified) (4 diffs)
-
project.pbxproj (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/src/newt.xcodeproj/default.pbxuser
r65 r66 47 47 PBXFileTableDataSourceColumnWidthsKey = ( 48 48 22, 49 560,49 435, 50 50 ); 51 51 PBXFileTableDataSourceColumnsKey = ( … … 150 150 ); 151 151 }; 152 PBXPerProjectTemplateStateSaveDate = 17232 1449;152 PBXPerProjectTemplateStateSaveDate = 172324118; 153 153 PBXPrepackagedSmartGroups_v2 = ( 154 154 { … … 829 829 RubberWindowFrame = "374 174 745 468 0 0 1024 746 "; 830 830 }; 831 PBXWorkspaceStateSaveDate = 17232 1449;831 PBXWorkspaceStateSaveDate = 172324118; 832 832 }; 833 833 sourceControlManager = F5AFECA0055CDC00002C8506 /* Source Control */; … … 1167 1167 argumentStrings = ( 1168 1168 "-C sample", 1169 "-C $( SRCROOT)/sample",1169 "-C $(PROJECT_DIR)/../sample", 1170 1170 test_all.newt, 1171 1171 ); -
NEWT0/trunk/src/newt.xcodeproj/project.pbxproj
r65 r66 42 42 43 43 /* Begin PBXFileReference section */ 44 8DD76FB20486AB0100D96B5E /* newt */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = newt; sourceTree = BUILT_PRODUCTS_DIR; };44 8DD76FB20486AB0100D96B5E /* newt */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = newt; sourceTree = BUILT_PRODUCTS_DIR; }; 45 45 F503AC6A0851DFD9009BA497 /* endian_utils.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = endian_utils.c; sourceTree = "<group>"; }; 46 46 F503AC6B0851DFD9009BA497 /* endian_utils.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = endian_utils.h; sourceTree = "<group>"; };
