summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-01-15 21:47:35 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-01-15 21:47:35 (GMT)
commitc7351c49d1861af6d185f0712aa2b55ee776cd78 (patch)
treeb4fd232b9bdee7e80a976e934b1d45d7ef730e80
parent59a3f5e838a16b83bf0f2a290aa953e063cb082d (diff)
downloadtk-c7351c49d1861af6d185f0712aa2b55ee776cd78.zip
tk-c7351c49d1861af6d185f0712aa2b55ee776cd78.tar.gz
tk-c7351c49d1861af6d185f0712aa2b55ee776cd78.tar.bz2
no message
FossilOrigin-Name: 0bcdbadda9d5b27ed21326c3e6f9c308416c467d
-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