diff options
| author | davygrvy@pobox.com <davygrvy> | 2004-01-15 22:24:28 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2004-01-15 22:24:28 (GMT) |
| commit | e401cb16912118dd813607db3954ea3ee5e561e5 (patch) | |
| tree | e09e28b4c01c21da0a4f7e154d02628448314b7a | |
| parent | 0f6408443a16cd93780fb925de04d29e2a71ca3b (diff) | |
| download | tcl-e401cb16912118dd813607db3954ea3ee5e561e5.zip tcl-e401cb16912118dd813607db3954ea3ee5e561e5.tar.gz tcl-e401cb16912118dd813607db3954ea3ee5e561e5.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
