summaryrefslogtreecommitdiffstats
path: root/macosx/Wish.xcode
diff options
context:
space:
mode:
authordas <das@noemail.net>2005-05-29 07:53:07 (GMT)
committerdas <das@noemail.net>2005-05-29 07:53:07 (GMT)
commite51f5d44efdf9f1026f7d334c26deda6fd1dd2c1 (patch)
tree44e527d3bdae31462b59624e1cc3f0d2f359b18b /macosx/Wish.xcode
parent12eb204b9a67c85d70009c492d06cfd1543d4325 (diff)
downloadtk-e51f5d44efdf9f1026f7d334c26deda6fd1dd2c1.zip
tk-e51f5d44efdf9f1026f7d334c26deda6fd1dd2c1.tar.gz
tk-e51f5d44efdf9f1026f7d334c26deda6fd1dd2c1.tar.bz2
* unix/configure.in: added description of HAVE_XSS for autoheader.
* unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 * macosx/Wish.pbproj/project.pbxproj: * macosx/Wish.xcode/project.pbxproj: added missing FRAMEWORK defines introduced with configure/make based build. FossilOrigin-Name: 86b6f5a639adea9851c947324783d25dd686c740
Diffstat (limited to 'macosx/Wish.xcode')
-rw-r--r--macosx/Wish.xcode/project.pbxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Wish.xcode/project.pbxproj b/macosx/Wish.xcode/project.pbxproj
index fae189b..ce5d9ab 100644
--- a/macosx/Wish.xcode/project.pbxproj
+++ b/macosx/Wish.xcode/project.pbxproj
@@ -2475,7 +2475,7 @@
FRAMEWORK_SEARCH_PATHS = "$(TCL_FRAMEWORK_DIR)";
FRAMEWORK_VERSION = 8.5;
GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = "MAC_OSX_TK USE_TCL_STUBS HAVE_TCL_CONFIG_H";
+ GCC_PREPROCESSOR_DEFINITIONS = "MAC_OSX_TK USE_TCL_STUBS HAVE_TCL_CONFIG_H TK_FRAMEWORK TK_FRAMEWORK_VERSION=\\\"$(FRAMEWORK_VERSION)\\\"";
HEADER_SEARCH_PATHS = "$(TCL_FRAMEWORK_DIR)/Tcl.framework/Headers $(TCL_FRAMEWORK_DIR)/Tcl.framework/PrivateHeaders . ../bitmaps ../generic ../xlib";
INFOPLIST_FILE = "Tk-Info.plist";
INSTALL_PATH = "${DYLIB_INSTALL_PATH}";