From 31c65a35bfb6e3dd83742a61b2314f16021a36b1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 18 Jun 2011 01:07:31 +0300 Subject: Use the i prefix for the import library only with MSC --- cppuhelper/source/makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index a7fd2241344a..f10548282c18 100755 --- a/cppuhelper/source/makefile.mk +++ b/cppuhelper/source/makefile.mk @@ -162,7 +162,11 @@ SHL1STDLIBS += $(ADVAPI32LIB) .ENDIF SHL1DEPN= +.IF "$(COM)" == "MSC" SHL1IMPLIB=i$(TARGET) +.ELSE +SHL1IMPLIB=uno_$(TARGET)$(COMID) +.ENDIF SHL1OBJS = $(SLOFILES) SHL1RPATH=URELIB -- cgit