# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,merged)) # gb_MERGEDLIBS is defined in solenv/gbuild/extensions/pre_MergedLibsList.mk $(eval $(call gb_Library_use_library_objects,merged,\ $(gb_MERGEDLIBS) \ )) $(eval $(call gb_Library_use_libraries,merged,\ cppu \ cppuhelper \ i18nlangtag \ $(if $(ENABLE_JAVA), \ jvmaccess \ jvmfwk) \ sal \ salhelper \ xmlreader \ )) ifeq ($(OS),WNT) # prevent warning spamming $(eval $(call gb_Library_add_ldflags,merged,\ /ignore:4049 \ /ignore:4217 \ )) # cursors $(eval $(call gb_Library_add_nativeres,merged,vcl/salsrc)) endif ifeq ($(OS),MACOSX) $(eval $(call gb_Library_use_libraries,merged,\ AppleRemote \ )) endif # vim: set noet sw=4 ts=4: ption value='distro/allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sot
AgeCommit message (Expand)Author
2020-01-02tdf#96505 Get rid of cargo cult long integer literalsYusuf Keten
2019-12-22sal_Char->char in sot..storeNoel Grandin
2019-11-24cppcheck: performing init in init list (sot/svl/svtools/svx)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-03loplugin:stringaddNoel Grandin
2019-10-28loplugin:stringadd improve detectionNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17ofz#18280 remove LinkedFile supportCaolán McNamara
2019-10-17Remove some memset callsMike Kaganski
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-01loplugin:stringadd n sfx2..svlNoel Grandin
2019-09-27tdf#116685: Make the RICHTEXT take precedence over EMBED_SOURCE.Jan Holesovsky
2019-09-23do not require $(SRCDIR) in every gb_Library_set_precompiled_headerLuboš Luňák
2019-09-01Fix '..'Andrea Gelmini
2019-08-20loplugin:constvars in solenv..svtoolsNoel Grandin
2019-08-15loplugin:sequenceloop in shell..sotNoel Grandin
2019-08-12Fix typosAndrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sotStephan Bergmann
2019-07-22Simplify Sequence iterations in shell..svgioArkadiy Illarionov
2019-07-21loplugin:referencecasting in variousNoel Grandin
2019-07-21Fix typoAndrea Gelmini
2019-06-21Extend INetURLObject::setName and drop INetURLObject::SetNameMike Kaganski
2019-06-17Fix typoAndrea Gelmini
2019-06-17loplugin:logexceptionnicely in shell..sotNoel Grandin