From 44f43675c5d2260d69e50ca7775ce13d0b617b18 Mon Sep 17 00:00:00 2001 From: davygrvy Date: Fri, 14 Jun 2002 14:42:21 +0000 Subject: The test for compiler optimizations was in error. Thanks goes to Roy Terry for his assistence with this. --- win/rules.vc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/rules.vc b/win/rules.vc index 1c0db8e..bb9cc30 100644 --- a/win/rules.vc +++ b/win/rules.vc @@ -10,7 +10,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: rules.vc,v 1.7 2002/03/27 21:15:43 davygrvy Exp $ +# RCS: @(#) $Id: rules.vc,v 1.8 2002/06/14 14:42:21 davygrvy Exp $ #------------------------------------------------------------------------------ !ifndef _RULES_VC @@ -46,7 +46,7 @@ MACHINE = IX86 #---------------------------------------------------------- ### test for optimizations -!if [nmakehlp -c -Ox] +!if [nmakehlp -c -Otip ] !message *** Compiler has 'Optimizations' OPTIMIZING = 1 !else -- cgit v0.12