From fef6942ac3d6d9ebf8acfa4576308c923ee05544 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Sat, 18 Jun 2011 16:05:23 +0300 Subject: Produce the expected import library name in the MinGW case --- ucbhelper/util/makefile.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ucbhelper') diff --git a/ucbhelper/util/makefile.mk b/ucbhelper/util/makefile.mk index 41cd0e5b4190..05fee92e83dc 100644 --- a/ucbhelper/util/makefile.mk +++ b/ucbhelper/util/makefile.mk @@ -49,7 +49,11 @@ SHL1STDLIBS = \ $(SALLIB) SHL1DEPN= +.IF "$(COM)" == "MSC" SHL1IMPLIB= i$(TARGET) +.ELSE +SHL1IMPLIB= $(TARGET)$(UCBHELPER_MAJOR)$(COMID) +.ENDIF SHL1USE_EXPORTS=name SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def -- cgit LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/app
AgeCommit message (Expand)Author
2018-11-23Re-factor internal filter logic, and impl. preload properly.Michael Meeks
2018-11-16loplugin:buriedassign in sd..writerfilterNoel Grandin
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-10-27tdf#120703 (PVS): V519 The variable is assigned values twice successivelyMike Kaganski
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin
2018-10-22pvs-studio: V794 The assignment operator should be protectedCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15add SvStream::TellEndNoel Grandin