# -*- 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_Executable_Executable,twain32shim)) $(eval $(call gb_Executable_set_targettype_gui,twain32shim,YES)) $(eval $(call gb_Executable_set_x86,twain32shim,YES)) # when building with link-time optimisation on, we need to turn it off for the helper ifeq ($(ENABLE_LTO),TRUE) $(eval $(call gb_Executable_add_cxxflags,twain32shim,\ -GL- \ )) $(eval $(call gb_Executable_add_ldflags,twain32shim,\ -LTCG:OFF \ )) endif $(eval $(call gb_Executable_use_externals,twain32shim,\ sane_headers \ )) $(eval $(call gb_Executable_set_include,twain32shim,\ -I$(SRCDIR)/extensions/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Executable_add_exception_objects,twain32shim,\ extensions/source/scanner/twain32shim \ )) $(eval $(call gb_Executable_use_system_win32_libs,twain32shim,\ Ole32 \ shell32 \ )) $(eval $(call gb_Executable_add_default_nativeres,twain32shim)) # vim:set noet sw=4 ts=4: /cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/soltools/cpp
AgeCommit message (Expand)Author
2023-01-27Remove support for AIXStephan Bergmann
2022-11-10-Werror,-Wdeprecated-declarations (sprintf, macOS 13 SDK): soltoolsStephan Bergmann
2022-11-10Executable_cpp: Drop unused -Xa "EBCDIC to ANSI conversion" optionStephan Bergmann
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2020-11-19tdf#123936 Formatting files in module soltools with clang-formatPhilipp Hofer
2020-04-16cid#1462267 Infinite loopCaolán McNamara
2020-04-15loplugin:buriedassign in sfx2..sotNoel Grandin
2020-03-12Revert "loplugin:constfields in smoketest..sot"Noel Grandin
2019-11-18cid#1448469 Out-of-bounds accessCaolán McNamara
2019-11-06loplugin:indentation find broken if statementsNoel Grandin
2019-10-21Avoid -fsanitize=nullptr-with-offsetStephan Bergmann
2019-09-01Fix '..'Andrea Gelmini
2019-08-12Fix typosAndrea Gelmini
2019-07-24cid#1448523 silence bogus Out-of-bounds readCaolán McNamara
2019-04-01tdf#120703 PVS: Silence V522 warningsMike Kaganski
2019-03-15loplugin:typedefparamStephan Bergmann
2019-02-10loplugin:indentation in soltools..svlNoel Grandin
2019-02-06loplugin:flatten in soltoolsNoel Grandin
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2018-11-22remove some unused enum values and defines in soltoolsNoel Grandin
2018-11-22remove unused toktype::IDENTNoel Grandin
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-10-22loplugin:staticvar in soltools..svxNoel Grandin
2018-10-09loplugin:constfields in smoketest..sotNoel Grandin
2018-10-04Avoid -Werror=stringop-truncationStephan Bergmann
2018-09-18loplugin:external (in non-Linux code)Stephan Bergmann
2018-09-16loplugin:external in Executable_cppStephan Bergmann
2018-07-27Related: rhbz#1602589 silence leaked_storageCaolán McNamara
2018-01-25Fix typosAndrea Gelmini