summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--macosx/Wish.xcode/default.pbxuser4
-rw-r--r--macosx/Wish.xcode/project.pbxproj2
-rw-r--r--macosx/Wish.xcodeproj/default.pbxuser4
-rw-r--r--macosx/Wish.xcodeproj/project.pbxproj8
5 files changed, 18 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d14d00..b8b2c84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2006-03-28 Daniel Steffen <das@users.sourceforge.net>
+ * macosx/Wish.xcode/default.pbxuser: add '-singleproc 1' cli arg to
+ * macosx/Wish.xcodeproj/default.pbxuser: tcltest to ease test debugging.
+
+ * macosx/Wish.xcode/project.pbxproj: removed $prefix/share from
+ * macosx/Wish.xcodeproj/project.pbxproj: TCL_PACKAGE_PATH as per change
+ to tcl/unix/configure.in of 2006-03-13.
+
* macosx/tkMacOSXDraw.c: sync whitespace & minor changes
* macosx/tkMacOSXEvent.h: with core-8-4-branch.
* macosx/tkMacOSXFont.h:
diff --git a/macosx/Wish.xcode/default.pbxuser b/macosx/Wish.xcode/default.pbxuser
index 9121060..2136106 100644
--- a/macosx/Wish.xcode/default.pbxuser
+++ b/macosx/Wish.xcode/default.pbxuser
@@ -30,12 +30,14 @@
NO,
NO,
NO,
+ NO,
);
argumentStrings = (
"${SRCROOT}/../../tk/library/demos/widget",
"${SRCROOT}/../../tcl/tests/all.tcl",
"${SRCROOT}/../../tk/tests/all.tcl",
- "-verbose \"\"",
+ "-singleproc 1",
+ "-verbose \"bet\"",
);
configStateDict = {
"PBXLSLaunchAction-0" = {
diff --git a/macosx/Wish.xcode/project.pbxproj b/macosx/Wish.xcode/project.pbxproj
index 608dea1..50e8159 100644
--- a/macosx/Wish.xcode/project.pbxproj
+++ b/macosx/Wish.xcode/project.pbxproj
@@ -148,7 +148,7 @@
REZ_RESOURCE_MAP_READ_ONLY = YES;
REZ_SEARCH_PATHS = "${TK_SRCROOT}/generic ${TCL_SRCROOT}/generic";
TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR} ${PREFIX}/share\"";
+ TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
TCL_SRCROOT = "${SRCROOT}/../../tcl";
TK_LIBRARY = "${LIBDIR}/tk${VERSION}";
TK_SRCROOT = "${SRCROOT}/../../tk";
diff --git a/macosx/Wish.xcodeproj/default.pbxuser b/macosx/Wish.xcodeproj/default.pbxuser
index c30bf3f..b2ef545 100644
--- a/macosx/Wish.xcodeproj/default.pbxuser
+++ b/macosx/Wish.xcodeproj/default.pbxuser
@@ -32,12 +32,14 @@
NO,
NO,
NO,
+ NO,
);
argumentStrings = (
"${SRCROOT}/../../tk/library/demos/widget",
"${SRCROOT}/../../tcl/tests/all.tcl",
"${SRCROOT}/../../tk/tests/all.tcl",
- "-verbose \"\"",
+ "-singleproc 1",
+ "-verbose \"bet\"",
);
autoAttachOnCrash = 1;
configStateDict = {
diff --git a/macosx/Wish.xcodeproj/project.pbxproj b/macosx/Wish.xcodeproj/project.pbxproj
index d832275..39e7dde 100644
--- a/macosx/Wish.xcodeproj/project.pbxproj
+++ b/macosx/Wish.xcodeproj/project.pbxproj
@@ -3757,7 +3757,7 @@
);
SEPARATE_STRIP = YES;
TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR} ${PREFIX}/share\"";
+ TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
TCL_SRCROOT = "${SRCROOT}/../../tcl";
TK_LIBRARY = "${LIBDIR}/tk${VERSION}";
TK_SRCROOT = "${SRCROOT}/../../tk";
@@ -3890,7 +3890,7 @@
);
SEPARATE_STRIP = YES;
TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR} ${PREFIX}/share\"";
+ TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
TCL_SRCROOT = "${SRCROOT}/../../tcl";
TK_LIBRARY = "${LIBDIR}/tk${VERSION}";
TK_SRCROOT = "${SRCROOT}/../../tk";
@@ -3959,7 +3959,7 @@
);
SEPARATE_STRIP = YES;
TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR} ${PREFIX}/share\"";
+ TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
TCL_SRCROOT = "${SRCROOT}/../../tcl";
TK_LIBRARY = "${LIBDIR}/tk${VERSION}";
TK_SRCROOT = "${SRCROOT}/../../tk";
@@ -4028,7 +4028,7 @@
);
SEPARATE_STRIP = YES;
TCL_LIBRARY = "${LIBDIR}/tcl${VERSION}";
- TCL_PACKAGE_PATH = "\"${LIBDIR} ${PREFIX}/share\"";
+ TCL_PACKAGE_PATH = "\"${LIBDIR}\"";
TCL_SRCROOT = "${SRCROOT}/../../tcl";
TK_LIBRARY = "${LIBDIR}/tk${VERSION}";
TK_SRCROOT = "${SRCROOT}/../../tk";