[Libreoffice-commits] .: sal/util

Tor Lillqvist tml at kemper.freedesktop.org
Sun May 22 16:37:54 PDT 2011


 sal/util/makefile.mk |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 9f5e6d1b6012c2951b86da5f04761e36038e1791
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Mon May 23 02:37:53 2011 +0300

    Use 'i' prefix for import library only with MSVC

diff --git a/sal/util/makefile.mk b/sal/util/makefile.mk
index be06d16..22f8594 100644
--- a/sal/util/makefile.mk
+++ b/sal/util/makefile.mk
@@ -66,12 +66,13 @@ LIB1FILES=	\
     $(SLB)$/cpprtl.lib	\
     $(SLB)$/textenc.lib 
 
-.IF "$(GUI)" == "WNT"
+.IF "$(COM)" == "MSC"
 SHL1TARGET= $(TARGET)
+SHL1IMPLIB= i$(TARGET)
 .ELSE
 SHL1TARGET= uno_$(TARGET)
+SHL1IMPLIB= $(SHL1TARGET)
 .ENDIF
-SHL1IMPLIB= i$(TARGET)
 SHL1VERSIONMAP=	$(TARGET).map
 SHL1RPATH=URELIB
 


More information about the Libreoffice-commits mailing list