[Libreoffice-commits] .: linguistic/source

Tor Lillqvist tml at kemper.freedesktop.org
Sat Jun 25 13:50:26 PDT 2011


 linguistic/source/makefile.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 05f907bd04aa023ebe7f7506022478dd4ba9baa2
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sat Jun 25 23:49:49 2011 +0300

    Use "normal" Unix-style (import) library name with WNTGCC

diff --git a/linguistic/source/makefile.mk b/linguistic/source/makefile.mk
index c699854..5a24ac4 100755
--- a/linguistic/source/makefile.mk
+++ b/linguistic/source/makefile.mk
@@ -78,7 +78,11 @@ SHL1STDLIBS= \
 SHL1LIBS=		$(SLB)$/$(TARGET).lib
 SHL1DEPN=		$(SLB)$/$(TARGET).lib
 SHL1DEF=		$(MISC)$/$(SHL1TARGET).def
+.IF "$(COM)" == "MSC"
 SHL1IMPLIB= ilng
+.ELSE
+SHL1IMPLIB= lng$(DLLPOSTFIX)
+.ENDIF
 
 # build DEF file
 DEF1NAME	=$(SHL1TARGET)


More information about the Libreoffice-commits mailing list