[Libreoffice-commits] .: filter/source
Tor Lillqvist
tml at kemper.freedesktop.org
Thu Jul 21 07:43:29 PDT 2011
filter/source/msfilter/makefile.mk | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 6cb84c5ae7080e989524893b42629ce76ce4d282
Author: Tor Lillqvist <tlillqvist at novell.com>
Date: Thu Jul 21 16:48:59 2011 +0300
Generate correctly named import library for WNTGCC
diff --git a/filter/source/msfilter/makefile.mk b/filter/source/msfilter/makefile.mk
index cbc06ff..8070bc4 100644
--- a/filter/source/msfilter/makefile.mk
+++ b/filter/source/msfilter/makefile.mk
@@ -58,7 +58,11 @@ SLOFILES= \
$(SLO)$/mstoolbar.obj
SHL1TARGET= msfilter$(DLLPOSTFIX)
+.IF "$(COM)" == "MSC"
SHL1IMPLIB= i$(TARGET)
+.ELSE
+SHL1IMPLIB= msfilter$(DLLPOSTFIX)
+.ENDIF
SHL1OBJS= $(SLOFILES)
SHL1USE_EXPORTS=name
SHL1STDLIBS= \
More information about the Libreoffice-commits
mailing list