diff options
author | das <das> | 2004-01-27 10:09:22 (GMT) |
---|---|---|
committer | das <das> | 2004-01-27 10:09:22 (GMT) |
commit | b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6 (patch) | |
tree | 5190bf4d0a24d1a2e18c8b19c6e1b0abdec18bf6 /macosx/Wish.pbproj | |
parent | 22fe40f0cbe218708d83d9ad00f6005e5482566c (diff) | |
download | tk-b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6.zip tk-b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6.tar.gz tk-b943941ae6c6a3b3fbfdae1ee6faeaa1c2935dc6.tar.bz2 |
* generic/tkTextIndex.c: added '#include <tclInt.h>' since the
code uses the TclUtfToUniChar macro from that file. [Bug 874745]
* macosx/Wish.pbproj/project.pbxproj: removed erroneous reference
to mkpsenc.tcl in bundle resources phase (mkpsenc.tcl is already
part of the copy files phase to Resources/Scripts).
* macosx/Makefile: added support for 'xcodebuild' on Mac OS X 10.3.
Diffstat (limited to 'macosx/Wish.pbproj')
-rw-r--r-- | macosx/Wish.pbproj/project.pbxproj | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/macosx/Wish.pbproj/project.pbxproj b/macosx/Wish.pbproj/project.pbxproj index 48c788c..37a5f26 100644 --- a/macosx/Wish.pbproj/project.pbxproj +++ b/macosx/Wish.pbproj/project.pbxproj @@ -1634,7 +1634,6 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright  F53755E1016C38D301DC9062 = { buildActionMask = 2147483647; files = ( - F5C2EA34034D71B2016F146B, ); isa = PBXResourcesBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -3545,12 +3544,6 @@ MacOS X Port by Jim Ingham <jingham@apple.com> & Ian Reid, Copyright  path = ../library/mkpsenc.tcl; refType = 2; }; - F5C2EA34034D71B2016F146B = { - fileRef = F5C2EA33034D71B2016F146B; - isa = PBXBuildFile; - settings = { - }; - }; F5C2EA35034D7212016F146B = { fileRef = F5C2EA33034D71B2016F146B; isa = PBXBuildFile; |