diff options
author | das <das> | 2006-03-28 10:54:00 (GMT) |
---|---|---|
committer | das <das> | 2006-03-28 10:54:00 (GMT) |
commit | 46b49268ed1dc83341be3077fe3e1657011299cf (patch) | |
tree | 7242f123fa6c1eff37006b1807a3a231b287a185 /macosx/Tcl.xcodeproj/default.pbxuser | |
parent | a66b86825a5ac8be8bc3afcb1ad586d10b6c037f (diff) | |
download | tcl-46b49268ed1dc83341be3077fe3e1657011299cf.zip tcl-46b49268ed1dc83341be3077fe3e1657011299cf.tar.gz tcl-46b49268ed1dc83341be3077fe3e1657011299cf.tar.bz2 |
* macosx/Tcl.xcode/default.pbxuser: add '-singleproc 1' cli arg to
* macosx/Tcl.xcodeproj/default.pbxuser: tcltest to ease test debugging.
* macosx/Tcl.xcode/project.pbxproj: removed $prefix/share from
* macosx/Tcl.xcodeproj/project.pbxproj: TCL_PACKAGE_PATH as per change
to unix/configure.in of 2006-03-13.
Diffstat (limited to 'macosx/Tcl.xcodeproj/default.pbxuser')
-rw-r--r-- | macosx/Tcl.xcodeproj/default.pbxuser | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/Tcl.xcodeproj/default.pbxuser b/macosx/Tcl.xcodeproj/default.pbxuser index adfb09b..a057b3d 100644 --- a/macosx/Tcl.xcodeproj/default.pbxuser +++ b/macosx/Tcl.xcodeproj/default.pbxuser @@ -30,10 +30,12 @@ activeArgIndices = ( NO, NO, + NO, ); argumentStrings = ( "${SRCROOT}/../../tcl/tests/all.tcl", - "-verbose \"\"", + "-singleproc 1", + "-verbose \"bet\"", ); autoAttachOnCrash = 1; configStateDict = { |