[Libreoffice-commits] .: ucbhelper/util
Tor Lillqvist
tml at kemper.freedesktop.org
Sat Jun 18 06:59:26 PDT 2011
ucbhelper/util/makefile.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 163cd744e0b20c4dbaa5ed3a5bd949000326c59d
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sat Jun 18 16:05:23 2011 +0300
Produce the expected import library name in the MinGW case
diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk
index 41cd0e5..05fee92 100644
--- a/ucbhelper/util/makefile.mk
+++ b/ucbhelper/util/makefile.mk
@@ -49,7 +49,11 @@ SHL1STDLIBS = \
$(SALLIB)
SHL1DEPN=
+.IF "$(COM)" == "MSC"
SHL1IMPLIB= i$(TARGET)
+.ELSE
+SHL1IMPLIB= $(TARGET)$(UCBHELPER_MAJOR)$(COMID)
+.ENDIF
SHL1USE_EXPORTS=name
SHL1LIBS= $(LIB1TARGET)
SHL1DEF= $(MISC)$/$(SHL1TARGET).def
More information about the Libreoffice-commits
mailing list