# -*- 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_CppunitTest_CppunitTest,sw_uwriter)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_uwriter, \ sw/qa/core/uwriter \ sw/qa/core/Test-BigPtrArray \ sw/qa/core/test_ToxWhitespaceStripper \ sw/qa/core/test_ToxLinkProcessor \ sw/qa/core/test_ToxTextGenerator \ sw/qa/core/test_ToxMiscTest \ )) $(eval $(call gb_CppunitTest_use_library_objects,sw_uwriter,sw)) $(eval $(call gb_CppunitTest_use_libraries,sw_uwriter, \ $(call gb_Helper_optional,AVMEDIA,avmedia) \ basegfx \ comphelper \ cppu \ cppuhelper \ $(call gb_Helper_optional,DBCONNECTIVITY, \ dbtools) \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ lng \ oox \ sal \ salhelper \ sax \ sb \ sfx \ sot \ svl \ svt \ svx \ svxcore \ swd \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xmlreader \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_uwriter,\ boost_headers \ icuuc \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_uwriter,\ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sw_uwriter)) $(eval $(call gb_CppunitTest_use_ure,sw_uwriter)) $(eval $(call gb_CppunitTest_use_vcl,sw_uwriter)) $(eval $(call gb_CppunitTest_use_components,sw_uwriter,\ comphelper/util/comphelp \ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ package/util/package2 \ package/source/xstor/xstor \ sfx2/util/sfx \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unotools/util/utl \ unoxml/source/service/unoxml \ uui/util/uui \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_uwriter)) # vim: set noet sw=4 ts=4: -2021'>distro/collabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/python3/ExternalProject_python3.mk
AgeCommit message (Expand)Author
2016-09-16external/python3: Fix building against external/zlibStephan Bergmann
2016-08-04Don't use functions introduced in 10.12 when building to run on olderTor Lillqvist
2016-07-11Break gb_DEBUGINFO_FLAGS out of gb_DEBUG_CFLAGSStephan Bergmann
2016-07-01python3: override LINKCC properly, it needs -pthreadMichael Stahl
2016-07-01remove executable bit from .mk filesMichael Stahl
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl
2015-10-27Fix python3 on MSVC 14.0David Ostrovsky
2015-10-25Bump python to 3.5David Ostrovsky
2015-09-09externals: remove various obsolete MSVC2012 specific flagsMichael Stahl
2015-02-23Clang -fsanitize=vptr: ensure __ubsan_vptr_type_cache in python.binStephan Bergmann
2015-02-02pyhon: add lib-dynload libs to fixinstallnames (OS X)Robert Antoni Buj i Gelonch
2014-10-16MAC_OS_X_VERSION_MIN_REQUIRED is always >= 1080 nowTor Lillqvist
2014-09-17Bye bye VS2010Tor Lillqvist
2014-09-11For ASAN __cxa_throw interception to work, link python.bin to libstdc++Stephan Bergmann
2014-08-09VS2013: Override ToolsVersion settingThomas Arnhold
2014-07-14ExternalProject_python3.mk: MACOSXrbuj
2014-07-11avoid -arch for bundled OpenSSL, Python3, and nss/nspr on OSX@PowerPCDouglas Mencken
2014-07-11VS2013: Adjust python3 to 12.0 vcproj versionDavid Ostrovsky
2014-06-09python3: stop symlinking directories on WNTMichael Stahl