Changeset 132 for NEWT0/trunk/src/newt.xcodeproj/project.pbxproj
- Timestamp:
- 08/15/08 22:03:03 (5 months ago)
- Files:
-
- 1 modified
-
NEWT0/trunk/src/newt.xcodeproj/project.pbxproj (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/trunk/src/newt.xcodeproj/project.pbxproj
r113 r132 47 47 48 48 /* Begin PBXFileReference section */ 49 8DD76FB20486AB0100D96B5E /* newt */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = "compiled.mach-o.executable"; path = newt; sourceTree = BUILT_PRODUCTS_DIR; };49 8DD76FB20486AB0100D96B5E /* newt */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = newt; sourceTree = BUILT_PRODUCTS_DIR; }; 50 50 F503AC6A0851DFD9009BA497 /* endian_utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = endian_utils.c; sourceTree = "<group>"; }; 51 51 F503AC6B0851DFD9009BA497 /* endian_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = endian_utils.h; sourceTree = "<group>"; }; … … 272 272 isa = PBXProject; 273 273 buildConfigurationList = F541302B096D1DEB00CFD896 /* Build configuration list for PBXProject "newt" */; 274 compatibilityVersion = "Xcode 2.4"; 274 275 hasScannedForEncodings = 1; 275 276 mainGroup = 08FB7794FE84155DC02AAC07 /* newt */; 276 277 projectDirPath = ""; 278 projectRoot = ""; 277 279 targets = ( 278 280 8DD76FA90486AB0100D96B5E /* newt */,
