diff options
author | nijtmans <nijtmans> | 2010-08-31 20:48:16 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-08-31 20:48:16 (GMT) |
commit | c7a29d8a5192bc554c5019ba53d8041aa12eb963 (patch) | |
tree | c5dcdf908c44f77ddfcc3bd0b202a6614a1b9d7a /win | |
parent | f97a6571a6db13315c2b0767b1d178cd3330c4c3 (diff) | |
download | tcl-c7a29d8a5192bc554c5019ba53d8041aa12eb963.zip tcl-c7a29d8a5192bc554c5019ba53d8041aa12eb963.tar.gz tcl-c7a29d8a5192bc554c5019ba53d8041aa12eb963.tar.bz2 |
[Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.
Typo in rules.vc
Diffstat (limited to 'win')
-rw-r--r-- | win/rules.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/rules.vc b/win/rules.vc index b86c138..f35a51f 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -11,7 +11,7 @@ # Copyright (c) 2003-2007 Patrick Thoyts # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: rules.vc,v 1.43 2010/08/30 09:19:38 nijtmans Exp $ +# RCS: @(#) $Id: rules.vc,v 1.44 2010/08/31 20:48:17 nijtmans Exp $ #------------------------------------------------------------------------------ !ifndef _RULES_VC @@ -143,7 +143,7 @@ OPTIMIZATIONS = $(OPTIMIZATIONS) -YX ### test for pentium errata !if [nmakehlp -c -QI0f] !message *** Compiler has 'Pentium 0x0f fix' -COMPILERFLAGS = $(COMPILERFLAGSS) -QI0f +COMPILERFLAGS = $(COMPILERFLAGS) -QI0f !else !message *** Compiler does not have 'Pentium 0x0f fix' !endif |