diff options
author | davygrvy <davygrvy@noemail.net> | 2004-01-15 21:47:35 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@noemail.net> | 2004-01-15 21:47:35 (GMT) |
commit | c7351c49d1861af6d185f0712aa2b55ee776cd78 (patch) | |
tree | b4fd232b9bdee7e80a976e934b1d45d7ef730e80 | |
parent | 59a3f5e838a16b83bf0f2a290aa953e063cb082d (diff) | |
download | tk-c7351c49d1861af6d185f0712aa2b55ee776cd78.zip tk-c7351c49d1861af6d185f0712aa2b55ee776cd78.tar.gz tk-c7351c49d1861af6d185f0712aa2b55ee776cd78.tar.bz2 |
no message
FossilOrigin-Name: 0bcdbadda9d5b27ed21326c3e6f9c308416c467d
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |