# -*- 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,updchk)) $(eval $(call gb_Library_set_componentfile,updchk,extensions/source/update/check/updchk.uno)) $(eval $(call gb_Library_set_include,updchk,\ $$(INCLUDE) \ -I$(SRCDIR)/extensions/inc \ )) $(eval $(call gb_Library_use_sdk_api,updchk)) $(eval $(call gb_Library_use_libraries,updchk,\ cppuhelper \ cppu \ sal \ salhelper \ )) ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,updchk,\ ole32 \ shell32 \ wininet \ )) $(eval $(call gb_Library_add_exception_objects,updchk,\ extensions/source/update/check/onlinecheck \ )) endif # OS WNT $(eval $(call gb_Library_use_externals,updchk,\ boost_headers \ curl \ )) $(eval $(call gb_Library_add_exception_objects,updchk,\ extensions/source/update/check/download \ extensions/source/update/check/updatecheck \ extensions/source/update/check/updatecheckconfig \ extensions/source/update/check/updatecheckjob \ extensions/source/update/check/updatehdl \ extensions/source/update/check/updateprotocol \ )) # vim:set noet sw=4 ts=4: reoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/libcdr
AgeCommit message (Expand)Author
2020-11-17Update to ICU 68.1Eike Rathke
2020-02-16GBUILD_TRACE, support for finding out where the build time is spentLuboš Luňák
2020-02-08upload libcdr 0.1.6David Tardon
2019-09-20Remove legacy NEED_CLANG_LINUX_UBSAN_RTTI_VISIBILITY supportStephan Bergmann
2019-05-29external/libcdr: Avoid UB converting from double to int via unsignedStephan Bergmann
2019-05-29Pass --enable-debug into external/libcdrStephan Bergmann
2019-05-23libcdr & libqxp: follow main configure's --diable-dependency-trackingChristian Lohmaier
2019-05-03The -fvisibility-ms-compat hack is no longer needed for UBSan on Linux...Stephan Bergmann
2018-12-29upload libcdr 0.1.5David Tardon
2017-11-02ICU_UCHAR_TYPE is not needed for C++11 projectsDavid Tardon
2017-10-28libcdr: pass optimization flags to configureDavid Tardon
2017-10-28drop unneeded definesDavid Tardon
2017-10-04use the new gbuild way to update config.*David Tardon
2017-09-19iOS, patch libcdr to accept 64bit compilejan Iversen
2017-09-16upload libcdr 0.1.4David Tardon
2017-06-12iOS, patch libcdrjan Iversen
2017-04-26Upgrade to ICU 59.1Eike Rathke
2017-02-23add upstream URL to READMEsDavid Tardon
2016-05-30configure: set BOOST_CPPFLAGS also in --without-system-boost caseMichael Stahl
2015-11-12Generalize COM_GCC_IS_CLANG -> COM_IS_CLANGStephan Bergmann
2015-09-17blind attempt to fix lcovDavid Tardon
2015-08-30libcdr: fix build with boost 1.59David Tardon
2015-08-11gbuild/config stop using VERBOSE, use only verbose=tNorbert Thiebaud
2015-02-27For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hiddenStephan Bergmann
2014-11-13More passing of MAKE into external configureStephan Bergmann
2014-11-10external: fortunately boost no longer requires config_host.mkMichael Stahl