INTEGRATION: CWS ooo20040704 (1.63.6); FILE MERGED

2004/08/09 14:52:45 vg 1.63.6.2: RESYNC MERGED 1.63 1.64
Everything below this line will be added to the revision comment.
2004/06/29 17:29:46 vq 1.63.6.1: #i30457# Don't use switches with "/", use "-".
This commit is contained in:
Rüdiger Timm 2004-09-08 14:00:31 +00:00
parent 3dbd397409
commit f4b0ba4298

View file

@ -2,9 +2,9 @@
# #
# $RCSfile: wnt.mk,v $ # $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 # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
@ -165,7 +165,7 @@ CFLAGS+=-Zm200
#.IF"$(bndchk)"=="" #.IF"$(bndchk)"==""
.IF "$(COMEX)"=="8" || "$(COMEX)"=="10" .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
#.ENDIF #.ENDIF