summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:00:31 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-08 14:00:31 +0000
commitf4b0ba4298fdc7a0ab76de9dcad3ef1f0cfa8eb6 (patch)
tree27c108527698609a535983d81c9206e35638faf4 /solenv/inc/wnt.mk
parent3dbd3974093b2d27cb42b5b4bf1ac67bf1e4dc41 (diff)
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 "-".
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk6
1 files changed, 3 insertions, 3 deletions
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