diff options
author | davygrvy <davygrvy@pobox.com> | 2004-01-15 23:09:00 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-01-15 23:09:00 (GMT) |
commit | 72d11aebd310821907b136f1a7b9c1e74cca4728 (patch) | |
tree | a44b304eb27c8a78a0fd886eb28bb5280dc0b8f2 | |
parent | d511c80c1785590285da2bd542b05c44ff9706cb (diff) | |
download | tcl-72d11aebd310821907b136f1a7b9c1e74cca4728.zip tcl-72d11aebd310821907b136f1a7b9c1e74cca4728.tar.gz tcl-72d11aebd310821907b136f1a7b9c1e74cca4728.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,7 +5,12 @@ built with VC++. This will simplify linking for users of the static library. + * win/rules.vc: Added new 'fullwarn' to the CHECKS commandline + macro; sets $(FULLWARNINGS). + * win/makefile.vc: Removed 'advapi.lib' from $(baselibs). + Added new logic to crank-up the warning levels for both compile + and link when $(FULLWARNINGS) is set. 2004-01-14 Donal K. Fellows <donal.k.fellows@man.ac.uk> |