diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-06 14:04:48 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2006-10-06 14:04:48 (GMT) |
commit | 45d55000a997d99d141b01fb4f92f2160b117eea (patch) | |
tree | 7c3421d3bb3293ed1f690f048c59cb90795a2072 /win/rules.vc | |
parent | 51d46f220f118765bf2638251ddca90a0eb02baf (diff) | |
download | tcl-45d55000a997d99d141b01fb4f92f2160b117eea.zip tcl-45d55000a997d99d141b01fb4f92f2160b117eea.tar.gz tcl-45d55000a997d99d141b01fb4f92f2160b117eea.tar.bz2 |
Remove RTCc flag
Diffstat (limited to 'win/rules.vc')
-rw-r--r-- | win/rules.vc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/win/rules.vc b/win/rules.vc index 1210997..045aebc 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.11.2.3 2006/09/26 21:40:37 patthoyts Exp $ +# RCS: @(#) $Id: rules.vc,v 1.11.2.4 2006/10/06 14:04:49 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] |