summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-01-15 22:24:27 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-01-15 22:24:27 (GMT)
commit17f9f33c011ae30eba852c6441cb0d0344bc849a (patch)
treee09e28b4c01c21da0a4f7e154d02628448314b7a
parentb0b7d74d25452130a2ba73ebc111154d66ef515b (diff)
downloadtcl-17f9f33c011ae30eba852c6441cb0d0344bc849a.zip
tcl-17f9f33c011ae30eba852c6441cb0d0344bc849a.tar.gz
tcl-17f9f33c011ae30eba852c6441cb0d0344bc849a.tar.bz2
no message
FossilOrigin-Name: a5ee97fe907ac8d2e9ae21b849a9ca4bc20770fe
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f6e28ab..d5f5b29 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2004-01-15 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tclWinReg.c: Placed the requirement for advapi.lib into
+ the object file itself with #paragma comment (lib, ...) when
+ built with VC++. This will simplify linking for users of the
+ static library.
+
+ * win/makefile.vc: Removed 'advapi.lib' from $(baselibs).
+
2004-01-14 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* generic/tclDictObj.c (TraceDictPath, DictExistsCmd): Adjusted