summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@noemail.net>2004-01-15 23:23:12 (GMT)
committerdavygrvy <davygrvy@noemail.net>2004-01-15 23:23:12 (GMT)
commit26f444259a6879e423a96b5657c8ddccc678a87e (patch)
tree8d3046918f3dc6c04d53603ab693ee7c3633ade6
parent1d9578c0bd14a1a4aa0068ebea322b65ea75a058 (diff)
downloadtcl-26f444259a6879e423a96b5657c8ddccc678a87e.zip
tcl-26f444259a6879e423a96b5657c8ddccc678a87e.tar.gz
tcl-26f444259a6879e423a96b5657c8ddccc678a87e.tar.bz2
document 'fullwarn' in the opening usage comments
FossilOrigin-Name: ca655ff7b05ee47aa8f18b50e9be80e3234f1bfe
-rw-r--r--win/makefile.vc6
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