diff options
Diffstat (limited to 'cppuhelper/source/makefile.mk')
-rwxr-xr-x | cppuhelper/source/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk index a7fd22413..f10548282 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 |