summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-01-11 20:07:23 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-01-11 20:07:23 (GMT)
commit38fa6ba6774a295756a6ae35f9fba2020017c95f (patch)
tree9bdb040f34f3b915f5e3b4264e69d502c4189e6d /win/makefile.vc
parente70e6937b9bb43db5bc3ecb1a14d2edbe3055541 (diff)
downloadtcl-38fa6ba6774a295756a6ae35f9fba2020017c95f.zip
tcl-38fa6ba6774a295756a6ae35f9fba2020017c95f.tar.gz
tcl-38fa6ba6774a295756a6ae35f9fba2020017c95f.tar.bz2
Removed -GD compiler option. It was intended for future use, but MS is again
changing the future at their whim. The D4002 warning was harmless though, but someone using MsDev .NET logged it as a concern. [Bug: #501565]
Diffstat (limited to 'win/makefile.vc')
-rw-r--r--win/makefile.vc12
1 files changed, 4 insertions, 8 deletions
diff --git a/win/makefile.vc b/win/makefile.vc
index a3dcd51..f990c1a 100644
--- a/win/makefile.vc
+++ b/win/makefile.vc
@@ -12,7 +12,7 @@
# Copyright (c) 2001 Tomasoft Engineering.
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: makefile.vc,v 1.76 2001/12/03 08:56:18 davygrvy Exp $
+# RCS: @(#) $Id: makefile.vc,v 1.77 2002/01/11 20:07:23 davygrvy Exp $
#------------------------------------------------------------------------------
!if "$(MSVCDIR)" == ""
@@ -311,16 +311,12 @@ TCL_DEFINES = $(OPTDEFINES)
!if !$(DEBUG)
# This cranks the optimization level to maximize speed
-!IF "$(MACHINE)" == "IA64"
cdebug = -O2 -Gs
-!ELSE
-cdebug = -O2 -Gs -GD
-!ENDIF
-!ELSE IF "$(MACHINE)" == "IA64"
+!else if "$(MACHINE)" == "IA64"
cdebug = -Od -Zi
-!ELSE
+!else
cdebug = -Z7 -Od -WX
-!ENDIF
+!endif
# declarations common to all compiler options
cflags = -c -W3 -nologo -Fp$(TMP_DIR)\ -YX