diff options
author | das <das> | 2007-01-28 01:42:16 (GMT) |
---|---|---|
committer | das <das> | 2007-01-28 01:42:16 (GMT) |
commit | dcabf7ac6e394c47766a5a81167c4ce83c3006a6 (patch) | |
tree | debbb84339a4e6b374780354952734fc2be550a7 /generic/tk.h | |
parent | b03647d3c8be357389770831d31ab255ef96617a (diff) | |
download | tk-dcabf7ac6e394c47766a5a81167c4ce83c3006a6.zip tk-dcabf7ac6e394c47766a5a81167c4ce83c3006a6.tar.gz tk-dcabf7ac6e394c47766a5a81167c4ce83c3006a6.tar.bz2 |
* macosx/Wish.xcodeproj/project.pbxproj: extract build settings that
* macosx/Wish.xcodeproj/default.pbxuser: were common to multiple
* macosx/Wish-Common.xcconfig (new file): configurations into external
* macosx/Wish-Debug.xcconfig (new file): xcconfig files; add extra
* macosx/Wish-Release.xcconfig (new file): configurations for building
with SDKs; convert legacy jam-based 'Tk' target to native target with
single script phase; correct syntax of build setting references to use
$() throughout; remove unused tcltest sources from 'tktest' target.
* macosx/README: document new Wish.xcodeproj configurations; other
minor updates/corrections.
* generic/tk.h: update location of version numbers in macosx files.
* macosx/Wish.xcode/project.pbxproj: restore 'tktest' target to working
* macosx/Wish.xcode/default.pbxuser: order by replicating applicable
changes to Wish.xcodeproj since 2006-07-20.
Diffstat (limited to 'generic/tk.h')
-rw-r--r-- | generic/tk.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/generic/tk.h b/generic/tk.h index bb75692..3a5343d 100644 --- a/generic/tk.h +++ b/generic/tk.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tk.h,v 1.94 2007/01/18 23:56:43 nijtmans Exp $ + * RCS: @(#) $Id: tk.h,v 1.95 2007/01/28 01:42:16 das Exp $ */ #ifndef _TK @@ -34,13 +34,11 @@ extern "C" { * unix/configure.in (2 LOC Major, 2 LOC minor, 1 LOC patch) * win/configure.in (as above) * README (sections 0 and 1) - * macosx/Wish.xcode/project.pbxproj - * (1 LOC Major/Minor, not patchlevel) - * macosx/Wish.xcodeproj/project.pbxproj - * (4 LOC Major/Minor, not patchlevel) + * macosx/Wish.xcode/project.pbxproj (not patchlevel) 1 LOC + * macosx/Wish-Common.xcconfig (not patchlevel) 1 LOC * win/README (not patchlevel) * unix/README (not patchlevel) - * unix/tk.spec (3 LOC Major/Minor, 2 LOC patch) + * unix/tk.spec (1 LOC patch) * win/tcl.m4 (not patchlevel) * * You may also need to update some of these files when the numbers change for |