summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-09-19 12:39:41 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-09-19 12:39:41 +0000
commit964c1ae20af20ae30becca0299626f462d1794b5 (patch)
treebdb529449765c7a308eb3116e1ff6ac89d66be82 /solenv/inc/wnt.mk
parent467f330fdcedebdc26545b5e39e92c590f5b4e37 (diff)
#10000# fix link flags to reenable crashdump
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 53dba5d39d3a..e68809649538 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.54 $
+# $Revision: 1.55 $
#
-# last change: $Author: kz $ $Date: 2003-08-25 14:48:23 $
+# last change: $Author: hjs $ $Date: 2003-09-19 13:39:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -294,7 +294,7 @@ LINK=$(WRAPCMD) link $(NOLOGO) /MACHINE:IX86
.IF "$(PRODUCT)"!="full"
.ELSE
-LINKFLAGS=/MAP /NODEFAULTLIB /OPT:NOREF
+LINKFLAGS=/MAP /OPT:NOREF
.ENDIF
.IF "$(linkinc)" != ""
@@ -303,6 +303,8 @@ MAPFILE=
.ELSE
.IF "$(PRODUCT)"!="full"
LINKFLAGS+= /NODEFAULTLIB /DEBUG:full /DEBUGTYPE:cv
+.ELSE
+LINKFLAGS+= /NODEFAULTLIB /RELEASE /DEBUG:notmapped,full
.ENDIF
MAPFILE=-out:$$@
.ENDIF