diff options
author | davygrvy <davygrvy@pobox.com> | 2004-01-15 23:23:13 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2004-01-15 23:23:13 (GMT) |
commit | 688062153bc46f241a574961a7523c21bc7311da (patch) | |
tree | 8d3046918f3dc6c04d53603ab693ee7c3633ade6 /win | |
parent | 72d11aebd310821907b136f1a7b9c1e74cca4728 (diff) | |
download | tcl-688062153bc46f241a574961a7523c21bc7311da.zip tcl-688062153bc46f241a574961a7523c21bc7311da.tar.gz tcl-688062153bc46f241a574961a7523c21bc7311da.tar.bz2 |
document 'fullwarn' in the opening usage comments
Diffstat (limited to 'win')
-rw-r--r-- | win/makefile.vc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 5115d67..225c514 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.117 2004/01/15 23:08:44 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.118 2004/01/15 23:23:13 davygrvy Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -94,11 +94,13 @@ the environment. Jump to this line to read the new instructions. # memdbg = Enables the debugging memory allocator. # compdbg = Enables byte compilation logging. # -# CHECKS=nodep,none +# CHECKS=nodep,fullwarn,none # Sets special macros for checking compatability. # # nodep = Turns off compatability macros to ensure the core # isn't being built with deprecated functions. +# fullwarn = Builds with full compiler and link warnings enabled. +# Very verbose. # # MACHINE=(IX86|IA64|ALPHA) # Set the machine type used for the compiler, linker, and |