[Libreoffice-commits] .: cppuhelper/source
Tor Lillqvist
tml at kemper.freedesktop.org
Fri Jun 17 15:07:55 PDT 2011
cppuhelper/source/makefile.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit cf9dfd44ffa08d2dadce4ebaf70f954abe3aa6c2
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Sat Jun 18 01:07:31 2011 +0300
Use the i prefix for the import library only with MSC
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index a7fd224..f105482 100755
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -162,7 +162,11 @@ SHL1STDLIBS += $(ADVAPI32LIB)
.ENDIF
SHL1DEPN=
+.IF "$(COM)" == "MSC"
SHL1IMPLIB=i$(TARGET)
+.ELSE
+SHL1IMPLIB=uno_$(TARGET)$(COMID)
+.ENDIF
SHL1OBJS = $(SLOFILES)
SHL1RPATH=URELIB
More information about the Libreoffice-commits
mailing list