summaryrefslogtreecommitdiff
path: root/cppu/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-07-17 06:26:47 +0000
committerOliver Bolte <obo@openoffice.org>2007-07-17 06:26:47 +0000
commite7ef7b853c43ddf0ce8d459199abf07d9db14cb1 (patch)
treef1a2bfc04df2664998b44e53d4a9f58616aa913c /cppu/util
parentc4402d2822bb8ff65a304d4a12ba1dc37436ccb7 (diff)
INTEGRATION: CWS mingwport05 (1.9.6); FILE MERGED
2007/07/02 15:19:45 vg 1.9.6.1: #i78268# MinGW port efforts
Diffstat (limited to 'cppu/util')
-rw-r--r--cppu/util/makefile.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/cppu/util/makefile.mk b/cppu/util/makefile.mk
index 2e8340df0341..51100cfc6712 100644
--- a/cppu/util/makefile.mk
+++ b/cppu/util/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.9 $
+# $Revision: 1.10 $
#
-# last change: $Author: kz $ $Date: 2007-05-09 13:51:06 $
+# last change: $Author: obo $ $Date: 2007-07-17 07:26:47 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -79,7 +79,11 @@ DEF1NAME=$(SHL1TARGET)
SHL2TARGET := $(NAMEpurpenv_helper)
DEF2NAME := $(SHL2TARGET)
+.IF "$(GUI)$(COM)"=="WNTGCC"
+SHL2VERSIONMAP:=uno_purpenvhelper$(COMID).map
+.ELSE
SHL2VERSIONMAP:=$(SHL2TARGET).map
+.ENDIF # "$(GUI)$(COM)"=="WNTGCC"
SHL2DEF := $(MISC)$/$(SHL2TARGET).def
SHL2IMPLIB := i$(SHL2TARGET)
SHL2STDLIBS := $(CPPULIB) $(SALHELPERLIB) $(SALLIB)