summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-12 09:03:04 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-12 09:03:04 +0000
commit42b8ab7cf345e5104406d199343702b45f527140 (patch)
tree1a5162ac73f0287a3f31d87046d3e07159419c76 /solenv/inc/wnt.mk
parente261ca304b4956a99072d27474796fcb9325370b (diff)
INTEGRATION: CWS mh11rc (1.51.2); FILE MERGED
2003/06/05 14:30:40 mh 1.51.2.2: join: from beta2 2003/06/04 12:15:00 hjs 1.51.2.1: #i14472# insert required compiler switches if ENABLE_CRASHDUMP is set
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 51cfd96c6d98..ed4d16a3f778 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.51 $
+# $Revision: 1.52 $
#
-# last change: $Author: vg $ $Date: 2003-05-28 15:57:26 $
+# last change: $Author: vg $ $Date: 2003-06-12 10:03:04 $
#
# 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"
-CFLAGS+=-Zm500 /wd4290 /wd4786 /wd4800
+CFLAGS+=-Zm500 -wd4290 -wd4786 -wd4800
.ENDIF
#.ENDIF
@@ -174,7 +174,7 @@ CFLAGS+=-Zm500 /wd4290 /wd4786 /wd4800
.IF "$(seg)" == ""
.IF "$(demo)" == ""
CDEFS+= -D_X86_=1 $(OLE2DEF)
-CFLAGS+=-c -nologo -Gs -Gy $(NOLOGO) $(MINUS_I)$(INCLUDE) -Zi -Fd$(MISC)\_ooo_st_$(TARGET).PDB
+CFLAGS+=-c -nologo -Gs -Gy $(NOLOGO) $(MINUS_I)$(INCLUDE)
.IF "$(bndchk)" == ""
CFLAGS+= -Ob1
.ENDIF
@@ -188,6 +188,9 @@ CFLAGS+= -Ob1
.ENDIF
.ENDIF
+# flags required for crashdump feature
+CFLAGSCRASHDUMP=-Zi -Fd$(MISC)\_ooo_st_$(TARGET).PDB
+
.IF "$(bndchk)" != ""
.IF "$(debug)" == ""
CFLAGS+= -Z7