diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk index ca48a8292378..1514b34ccd2b 100644 --- a/solenv/inc/wnt.mk +++ b/solenv/inc/wnt.mk @@ -2,9 +2,9 @@ # # $RCSfile: wnt.mk,v $ # -# $Revision: 1.66 $ +# $Revision: 1.67 $ # -# last change: $Author: kz $ $Date: 2004-08-30 17:22:21 $ +# last change: $Author: rt $ $Date: 2004-09-08 15:00:31 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -165,7 +165,7 @@ CFLAGS+=-Zm200 #.IF"$(bndchk)"=="" .IF "$(COMEX)"=="8" || "$(COMEX)"=="10" -CFLAGS+=-Zm500 -wd4251 -wd4275 -wd4290 -wd4786 -wd4800 /Zc:forScope /GR +CFLAGS+=-Zm500 -wd4251 -wd4275 -wd4290 -wd4786 -wd4800 -Zc:forScope -GR .ENDIF #.ENDIF