summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:50:18 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 13:50:18 +0000
commit79ad2bda374fd001f1f7c4c8b1c1d19a2e5f0d6e (patch)
tree24d83c2f54c87db4913f1080547d82003a3399b5 /solenv/inc/wnt.mk
parent48a4d8e71a1bf03626379dbbc2ccd3bd2bbb9d8b (diff)
INTEGRATION: CWS geordi2q01 (1.52.30); FILE MERGED
2003/08/18 13:25:23 hr 1.52.30.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index ed4d16a3f778..ec84bcf05c32 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.52 $
+# $Revision: 1.53 $
#
-# last change: $Author: vg $ $Date: 2003-06-12 10:03:04 $
+# last change: $Author: hjs $ $Date: 2003-08-18 14:50:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -188,8 +188,8 @@ CFLAGS+= -Ob1
.ENDIF
.ENDIF
-# flags required for crashdump feature
-CFLAGSCRASHDUMP=-Zi -Fd$(MISC)\_ooo_st_$(TARGET).PDB
+# flags to enable build with symbols; required for crashdump feature
+CFLAGSENABLESYMBOLS=-Zi -Fd$(MISC)$/_ooo_st_$(TARGET).PDB
.IF "$(bndchk)" != ""
.IF "$(debug)" == ""