# -*- 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: alue='distro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/comphelper/StaticLibrary_windows_process.mk
n'>
AgeCommit message (Expand)Author
Mike Kaganski
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-20dubious SysAllocString checkCaolán McNamara
2018-10-20tdf#120703 (PVS)Mike Kaganski
2018-10-20pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara
2018-10-20pvs-studio: pointer was utilized before it was verified against nullptrCaolán McNamara
2018-10-20pvs-studio: 'memcpy' function will lead to underflow of the bufferCaolán McNamara
2018-10-20unused pUNumberString bufferCaolán McNamara
2018-10-20alloc should have been freeCaolán McNamara
2018-10-19winaccessibility: IA2 is no longer experimentalMichael Stahl
2018-10-02Move GetkeyBindingStrByXkeyBinding to comphelperSamuel Mehrbrodt
2018-10-02Remove unused getOLECHARFromKeyCodeSamuel Mehrbrodt
2018-09-29Simplify containers iterations in w*Arkadiy Illarionov