[Libreoffice-commits] .: registry/util

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jun 17 08:13:51 PDT 2011


 registry/util/makefile.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 0ed97e94940ef94b583c33e89b230c7853460e14
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Fri Jun 17 17:53:10 2011 +0300

    Use the i prefix for the import library only with MSC

diff --git a/registry/util/makefile.mk b/registry/util/makefile.mk
index 0b6be7e..ecc356c 100644
--- a/registry/util/makefile.mk
+++ b/registry/util/makefile.mk
@@ -53,7 +53,11 @@ LIB1TARGET= $(SLB)$/$(TARGET).lib
 LIB1FILES= 	$(SLB)$/$(TARGET)cpp.lib
 
 SHL1TARGET= $(TARGET)
+.IF "$(COM)" == "MSC"
 SHL1IMPLIB= ireg
+.ELSE
+SHL1IMPLIB= $(TARGET)
+.ENDIF
 SHL1STDLIBS= \
     $(SALLIB) \
     $(STORELIB)


More information about the Libreoffice-commits mailing list