summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2006-10-06 14:14:29 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2006-10-06 14:14:29 (GMT)
commit57911c541c6dbf733b08171a1711081e59d2b95e (patch)
tree65084b4dab757236a00a67fe3902584c71d09189 /win/rules.vc
parent2d991e57e127e760f321d08bbb6dbf0b8ff1bf0b (diff)
downloadtcl-a1742ee0ac9d3c4690d9c9f675c64e5774d3d797.zip
tcl-a1742ee0ac9d3c4690d9c9f675c64e5774d3d797.tar.gz
tcl-a1742ee0ac9d3c4690d9c9f675c64e5774d3d797.tar.bz2
bug #1571954: avoid /RTCc flag with MSVC8tip_278_branch_root
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc6
1 files changed, 1 insertions, 5 deletions
diff --git a/win/rules.vc b/win/rules.vc
index ff4e5b8..e4904de 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -11,7 +11,7 @@
# Copyright (c) 2003-2006 Patrick Thoyts
#
#------------------------------------------------------------------------------
-# RCS: @(#) $Id: rules.vc,v 1.25 2006/09/26 20:47:03 patthoyts Exp $
+# RCS: @(#) $Id: rules.vc,v 1.26 2006/10/06 14:14:29 patthoyts Exp $
#------------------------------------------------------------------------------
!ifndef _RULES_VC
@@ -121,10 +121,6 @@ DEBUGFLAGS = $(DEBUGFLAGS) -RTC1
DEBUGFLAGS = $(DEBUGFLAGS) -GZ
!endif
-!if [nmakehlp -c -RTCc]
-DEBUGFLAGS = $(DEBUGFLAGS) -RTCc
-!endif
-
COMPILERFLAGS =-W3
!if [nmakehlp -c -YX]