summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordas <das>2007-01-28 01:42:16 (GMT)
committerdas <das>2007-01-28 01:42:16 (GMT)
commitdcabf7ac6e394c47766a5a81167c4ce83c3006a6 (patch)
treedebbb84339a4e6b374780354952734fc2be550a7 /ChangeLog
parentb03647d3c8be357389770831d31ab255ef96617a (diff)
downloadtk-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 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26079d89..a8d96ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2007-01-28 Daniel Steffen <das@users.sourceforge.net>
+
+ * 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.
+
2007-01-25 Daniel Steffen <das@users.sourceforge.net>
* unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible and
@@ -27,7 +47,7 @@
2007-01-11 Joe English <jenglish@users.sourceforge.net>
- * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion".
+ * win/tcl.m4 (CFLAGS_WARNING): Remove "-Wconversion".
This was removed from unix/tcl.m4 2004-07-16 but not from here.
* win/configure: Regenerated.