summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormo <mo>2000-07-07 11:20:32 (GMT)
committermo <mo>2000-07-07 11:20:32 (GMT)
commitdf7e2e034323980b0f88be53fb54f2b054315627 (patch)
treeb815694ed925081fceaad396e39563f4b6a606fc /ChangeLog
parent672ec3beda4297db80e0ef67434e70e645ab0bc9 (diff)
downloadtk-df7e2e034323980b0f88be53fb54f2b054315627.zip
tk-df7e2e034323980b0f88be53fb54f2b054315627.tar.gz
tk-df7e2e034323980b0f88be53fb54f2b054315627.tar.bz2
fix TK_SHARED_BUILD and TK_SRC_DIR variable definitions for mingw/vc++ build
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df783c5..1185d3a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-07-07 Mo DeJong <mdejong@redhat.com>
+
+ * win/configure.in: Fix subst of TK_SHARED_BUILD
+ variable in tkConfig.sh.in. Fix definition of
+ TK_SRC_DIR variable so that it matches the
+ unix version.
+
2000-07-05 Mo DeJong <mdejong@redhat.com>
* generic/tkFileFilter.c (AddClause): Cast to match function prototype.