diff options
author | das <das@noemail.net> | 2006-03-22 00:21:15 (GMT) |
---|---|---|
committer | das <das@noemail.net> | 2006-03-22 00:21:15 (GMT) |
commit | 27bbbe3feeca2cfd47be57005cb23fb0c0e51a72 (patch) | |
tree | fedd23bf410c6a013f190bd8aa27dbf9999214f1 /macosx/Wish.xcode | |
parent | 4768f58add796b75722322e7dc730d7019b8e6c3 (diff) | |
download | tk-27bbbe3feeca2cfd47be57005cb23fb0c0e51a72.zip tk-27bbbe3feeca2cfd47be57005cb23fb0c0e51a72.tar.gz tk-27bbbe3feeca2cfd47be57005cb23fb0c0e51a72.tar.bz2 |
* generic/tkFont.c: implementation of ATSUI text rendering
* generic/tkInt.h: in TkAqua provided by Benjamin
* generic/tkTextDisp.c: Riefenstahl. [Patch 638966]
* library/demos/unicodeout.tcl:
* macosx/tkMacOSXFont.h (new file):
* macosx/tkMacOSXFont.c:
* tests/font.test:
* unix/tkUnixFont.c:
* win/tkWinFont.c:
* generic/tkFont.c: moved MODULE_SCOPE declarations of
* generic/tkFont.h: font helper procs into header files.
* macosx/tkMacOSXButton.c:
* macosx/tkMacOSXFont.h:
* macosx/tkMacOSXMenubutton.c:
* macosx/Wish.xcode/project.pbxproj: add new tkMacOSXFont.h file,
* macosx/Wish.xcodeproj/project.pbxproj: turn off dead code stripping
as it interferes with -sectcreate (rdar://4486223).
* macosx/Wish.xcode/default.pbxuser: add TCLLIBPATH=/Library/Tcl
* macosx/Wish.xcodeproj/default.pbxuser: env var setting to tktest.
* unix/configure.in: fix detection of symbols build when enabling
TkAqua debug code; filter nm output of libtclstub better to avoid
error on intel macs [Bug 1415789].
* unix/configure: autoconf-2.59
FossilOrigin-Name: 69379436a2a1cee0a35fbf45186cdb6a053ca4fa
Diffstat (limited to 'macosx/Wish.xcode')
-rw-r--r-- | macosx/Wish.xcode/default.pbxuser | 5 | ||||
-rw-r--r-- | macosx/Wish.xcode/project.pbxproj | 11 |
2 files changed, 15 insertions, 1 deletions
diff --git a/macosx/Wish.xcode/default.pbxuser b/macosx/Wish.xcode/default.pbxuser index 164d686..9121060 100644 --- a/macosx/Wish.xcode/default.pbxuser +++ b/macosx/Wish.xcode/default.pbxuser @@ -80,6 +80,11 @@ value = "${SRCROOT}/../../tk/library"; }, { + active = YES; + name = TCLLIBPATH; + value = /Library/Tcl; + }, + { active = NO; name = DYLD_PRINT_LIBRARIES; }, diff --git a/macosx/Wish.xcode/project.pbxproj b/macosx/Wish.xcode/project.pbxproj index 6049eb4..608dea1 100644 --- a/macosx/Wish.xcode/project.pbxproj +++ b/macosx/Wish.xcode/project.pbxproj @@ -27,7 +27,7 @@ buildSettings = { BUILD_STYLE = Deployment; CONFIGURE_ARGS = "$(value) --disable-symbols"; - DEAD_CODE_STRIPPING = YES; + DEAD_CODE_STRIPPING = NO; DEPLOYMENT_POSTPROCESSING = YES; GCC_DEBUGGING_SYMBOLS = full; GCC_ENABLE_FIX_AND_CONTINUE = NO; @@ -466,6 +466,14 @@ //F92 //F93 //F94 + F93E5EFD09CF8711008FA367 = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.h; + path = tkMacOSXFont.h; + refType = 4; + sourceTree = "<group>"; + }; F966BA0308F27A37005CB29B = { children = ( F966BA0408F27A37005CB29B, @@ -3699,6 +3707,7 @@ F966BBD408F27A3B005CB29B, F966BBD508F27A3B005CB29B, F966BBD608F27A3B005CB29B, + F93E5EFD09CF8711008FA367, F966BBD708F27A3B005CB29B, F966BBD808F27A3B005CB29B, F966BBDA08F27A3B005CB29B, |