Changeset 66

Show
Ignore:
Timestamp:
06/18/06 20:51:33 (2 years ago)
Author:
gnue
Message:

modified execute arguments in newt.xcodeproj

Location:
NEWT0/trunk/src/newt.xcodeproj
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/trunk/src/newt.xcodeproj/default.pbxuser

    r65 r66  
    4747                PBXFileTableDataSourceColumnWidthsKey = ( 
    4848                    22, 
    49                     560, 
     49                    435, 
    5050                ); 
    5151                PBXFileTableDataSourceColumnsKey = ( 
     
    150150                ); 
    151151            }; 
    152             PBXPerProjectTemplateStateSaveDate = 172321449; 
     152            PBXPerProjectTemplateStateSaveDate = 172324118; 
    153153            PBXPrepackagedSmartGroups_v2 = ( 
    154154                { 
     
    829829                RubberWindowFrame = "374 174 745 468 0 0 1024 746 "; 
    830830            }; 
    831             PBXWorkspaceStateSaveDate = 172321449; 
     831            PBXWorkspaceStateSaveDate = 172324118; 
    832832        }; 
    833833        sourceControlManager = F5AFECA0055CDC00002C8506 /* Source Control */; 
     
    11671167        argumentStrings = ( 
    11681168            "-C sample", 
    1169             "-C $(SRCROOT)/sample", 
     1169            "-C $(PROJECT_DIR)/../sample", 
    11701170            test_all.newt, 
    11711171        ); 
  • NEWT0/trunk/src/newt.xcodeproj/project.pbxproj

    r65 r66  
    4242 
    4343/* 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; }; 
    4545        F503AC6A0851DFD9009BA497 /* endian_utils.c */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.c; path = endian_utils.c; sourceTree = "<group>"; }; 
    4646        F503AC6B0851DFD9009BA497 /* endian_utils.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = endian_utils.h; sourceTree = "<group>"; };