diff options
author | das <das> | 2005-05-29 06:46:56 (GMT) |
---|---|---|
committer | das <das> | 2005-05-29 06:46:56 (GMT) |
commit | e61ef2966a0632ac4bcbee02a7de3f755d4ff9bb (patch) | |
tree | 5cf14c3b7101c7977927e2753494667b8a1189b6 /macosx/Wish.xcode/project.pbxproj | |
parent | 99166f48dd544d3fef849683b0b40175d7238547 (diff) | |
download | tk-e61ef2966a0632ac4bcbee02a7de3f755d4ff9bb.zip tk-e61ef2966a0632ac4bcbee02a7de3f755d4ff9bb.tar.gz tk-e61ef2966a0632ac4bcbee02a7de3f755d4ff9bb.tar.bz2 |
* generic/tkDecls.h:
* generic/tkIntPlatDecls.h:
* generic/tkPlatDecls.h:
* generic/tkStubInit.c: ran missing 'make genstubs' for TIP245 changes
to tk.decls
* macosx/tkMacOSXXStubs.c (Tk_ResetUserInactiveTime): use symbolic
constant argument in call to UpdateSystemActivity();
* macosx/Wish.pbproj/project.pbxproj:
* macosx/Wish.xcode/project.pbxproj:
* unix/configure.in: added/corrected linking to IOKit.framework for
TIP245.
* unix/configure.in: skip X11 configure checks when building tk_aqua.
* unix/configure: autoconf-2.59
Diffstat (limited to 'macosx/Wish.xcode/project.pbxproj')
-rw-r--r-- | macosx/Wish.xcode/project.pbxproj | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/macosx/Wish.xcode/project.pbxproj b/macosx/Wish.xcode/project.pbxproj index d98c650..fae189b 100644 --- a/macosx/Wish.xcode/project.pbxproj +++ b/macosx/Wish.xcode/project.pbxproj @@ -1718,9 +1718,10 @@ }; F537567C016C3ADB01DC9062 = { children = ( - F50D96120196176E01DC9062, F5875C7B016FEF1D01DC9062, + F50D96120196176E01DC9062, F537567D016C3ADB01DC9062, + F979735F08499838007D2C84, ); isa = PBXGroup; name = "External Frameworks"; @@ -2374,7 +2375,6 @@ F95787E70745BB260058B6A3, F95787E80745BB260058B6A3, F957893F0745BB270058B6A3, - F95787EA0745BB260058B6A3, F957893E0745BB270058B6A3, ); isa = PBXFrameworksBuildPhase; @@ -2392,12 +2392,6 @@ settings = { }; }; - F95787EA0745BB260058B6A3 = { - fileRef = F50D96120196176E01DC9062; - isa = PBXBuildFile; - settings = { - }; - }; F95787EC0745BB260058B6A3 = { buildActionMask = 2147483647; files = ( @@ -3705,7 +3699,7 @@ buildActionMask = 2147483647; files = ( F95788F80745BB270058B6A3, - F95788F90745BB270058B6A3, + F979736008499838007D2C84, ); isa = PBXFrameworksBuildPhase; runOnlyForDeploymentPostprocessing = 0; @@ -3716,12 +3710,6 @@ settings = { }; }; - F95788F90745BB270058B6A3 = { - fileRef = F50D96120196176E01DC9062; - isa = PBXBuildFile; - settings = { - }; - }; F95788FA0745BB270058B6A3 = { buildActionMask = 2147483647; files = ( @@ -4255,6 +4243,20 @@ settings = { }; }; + F979735F08499838007D2C84 = { + isa = PBXFileReference; + lastKnownFileType = wrapper.framework; + name = IOKit.framework; + path = /System/Library/Frameworks/IOKit.framework; + refType = 0; + sourceTree = "<absolute>"; + }; + F979736008499838007D2C84 = { + fileRef = F979735F08499838007D2C84; + isa = PBXBuildFile; + settings = { + }; + }; F9E036AE0748877B00D55D4F = { buildSettings = { GCC_ENABLE_FIX_AND_CONTINUE = YES; |