diff options
author | patthoyts@users.sourceforge.net <patthoyts> | 2006-10-06 18:10:41 (GMT) |
---|---|---|
committer | patthoyts@users.sourceforge.net <patthoyts> | 2006-10-06 18:10:41 (GMT) |
commit | 956fa175fe900b80df5428ef3170eb6e0e006d4b (patch) | |
tree | e5aabaedef7d5ea5c2e6d93db8a356eeae462d1a /win/rules.vc | |
parent | d704d305587ff24956da70cd7e3504e93e810614 (diff) | |
download | tk-956fa175fe900b80df5428ef3170eb6e0e006d4b.zip tk-956fa175fe900b80df5428ef3170eb6e0e006d4b.tar.gz tk-956fa175fe900b80df5428ef3170eb6e0e006d4b.tar.bz2 |
Remove the /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 06b7c1d..46e0ec5 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.5.2.5 2006/09/26 23:55:50 patthoyts Exp $ +# RCS: @(#) $Id: rules.vc,v 1.5.2.6 2006/10/06 18:10:41 patthoyts Exp $ #------------------------------------------------------------------------------ !ifndef _RULES_VC @@ -125,10 +125,6 @@ DEBUGFLAGS = $(DEBUGFLAGS) -RTC1 DEBUGFLAGS = $(DEBUGFLAGS) -GZ !endif -!if [nmakehlp -c -RTCc] -DEBUGFLAGS = $(DEBUGFLAGS) -RTCc -!endif - COMPILERFLAGS =-W3 !if [nmakehlp -c -YX] |