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:
parent
3dbd397409
commit
f4b0ba4298
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue