[Libreoffice-commits] .: basegfx/util

Tor Lillqvist tml at kemper.freedesktop.org
Fri Jun 17 15:29:20 PDT 2011


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

New commits:
commit d5e6e7e47cb87e7b25cd6c0569044705a65c678a
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Sat Jun 18 01:28:02 2011 +0300

    Use the i prefix for the import library only with MSC

diff --git a/basegfx/util/makefile.mk b/basegfx/util/makefile.mk
index 777f30a..cf82c01 100644
--- a/basegfx/util/makefile.mk
+++ b/basegfx/util/makefile.mk
@@ -52,7 +52,11 @@ LIB1FILES=\
     $(SLB)$/raster.lib
 
 SHL1TARGET= basegfx$(DLLPOSTFIX)
+.IF "$(COM)" == "MSC"
 SHL1IMPLIB= ibasegfx
+.ELSE
+SHL1IMPLIB= $(SHL1TARGET)
+.ENDIF
 
 SHL1STDLIBS=\
         $(SALLIB)		 \


More information about the Libreoffice-commits mailing list