summaryrefslogtreecommitdiff
path: root/solenv
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
commit5e1eb27c0d810e717936337124f9682735c73e0c (patch)
treecbd53a1e5de5dce448ff6275164df90293ffa105 /solenv
parent7de964a1e812499566d843d18af2840373347caf (diff)
#10000# fix link flags to reenable crashdump
Diffstat (limited to 'solenv')
-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 53dba5d39..e68809649 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