summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy>2004-01-15 21:47:35 (GMT)
committerdavygrvy <davygrvy>2004-01-15 21:47:35 (GMT)
commit24d17495d4fc15564da6c171dd610ea1af238931 (patch)
treeb4fd232b9bdee7e80a976e934b1d45d7ef730e80 /ChangeLog
parent02bc33334a9bfda0eff8061d2a5293cb62506547 (diff)
downloadtk-24d17495d4fc15564da6c171dd610ea1af238931.zip
tk-24d17495d4fc15564da6c171dd610ea1af238931.tar.gz
tk-24d17495d4fc15564da6c171dd610ea1af238931.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87db84e..0086610 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-15 David Gravereaux <davygrvy@pobox.com>
+
+ * win/tkWinSendCom.c: Placed the requirement for the special COM
+ libraries into the object file itself with #paragma comment (lib, ...)
+ when built with VC++. This will simplify linking for users of the
+ static library. uuid.lib is required for VC5.2, but is implicit
+ with VC6.
+
+ * win/makefile.vc: Removed 'ole32.lib oleaut32.lib uuid.lib' from
+ $(baselibs).
+
2004-01-12 David Gravereaux <davygrvy@pobox.com>
* generic/tk3d.c: All uses of 'panic' (the macro) changed