summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorredman <redman>1999-07-09 18:24:00 (GMT)
committerredman <redman>1999-07-09 18:24:00 (GMT)
commitc7086983c96b8f24b086ade07965f4a82c0a16a1 (patch)
tree2251c877be114252e8d991115ce553f5d6e619bf /ChangeLog
parentb8a5640f14e76b0eecbf18a509d1f2b1d7940e60 (diff)
downloadtcl-c7086983c96b8f24b086ade07965f4a82c0a16a1.zip
tcl-c7086983c96b8f24b086ade07965f4a82c0a16a1.tar.gz
tcl-c7086983c96b8f24b086ade07965f4a82c0a16a1.tar.bz2
* win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in
the configure script so that substitutions get expanded before being placed in the Makefile. The "d" portion for debug libraries and DLLs was not being set properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f7604d..c01bb33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+1999-07-09 <redman@scriptics.com>
+
+ * win/configure.in: Eval DLLSUFFIX, LIBSUFFIX, and EXESUFFIX in
+ the configure script so that substitutions get expanded before
+ being placed in the Makefile. The "d" portion for debug libraries
+ and DLLs was not being set properly.
+
1999-07-08 <stanton@scriptics.com>
* tests/string.test: