# -*- 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_CppunitScreenShot,svx_dialogs_test)) $(eval $(call gb_CppunitTest_add_exception_objects,svx_dialogs_test, \ svx/qa/unit/svx-dialogs-test \ )) $(eval $(call gb_CppunitTest_use_sdk_api,svx_dialogs_test)) $(eval $(call gb_CppunitTest_set_include,svx_dialogs_test,\ -I$(SRCDIR)/svx/source/inc \ -I$(SRCDIR)/svx/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_libraries,svx_dialogs_test, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ i18nlangtag \ i18nutil \ msfilter \ oox \ sal \ salhelper \ sax \ sfx \ sot \ svl \ svt \ svx \ svxcore \ test \ tl \ tk \ ucbhelper \ unotest \ utl \ vcl \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_external,svx_dialogs_test,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,svx_dialogs_test)) $(eval $(call gb_CppunitTest_use_ure,svx_dialogs_test)) $(eval $(call gb_CppunitTest_use_vcl_non_headless_with_windows,svx_dialogs_test)) $(eval $(call gb_CppunitTest_use_rdb,svx_dialogs_test,services)) # $(eval $(call gb_CppunitTest_use_configuration,svx_dialogs_test)) $(eval $(call gb_CppunitTest_use_instdir_configuration,svx_dialogs_test)) $(eval $(call gb_CppunitTest_use_uiconfigs,svx_dialogs_test,\ svx \ )) # vim: set noet sw=4 ts=4: option> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/neon
AgeCommit message (Expand)Author
2013-10-19fdo#70393: move neon to a subdir of externalKhaled Hosny
2013-10-17Normalize DISABLE_OPENSSL to USE TRUE/<nothing>Norbert Thiebaud
2013-04-13neon: honor --disable-openssl and use GNUTLSAndres Gomez
2013-03-15Try to fix blindly Windows buildFridrich Štrba
2013-03-15Use the system root certificates in Neon's ne_ssl_trust_default_ca() on Win32Tor Lillqvist
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-05Turn on NE_DEBUGGING in a debug buildTor Lillqvist
2013-03-01Fiddle with hard-coded neon config.h to support USE_NONBLOCKING_CONNECTStephan Bergmann
2013-03-01Bring the hard-coded neon config.h in sync with neon 0.29.5 config.h.inStephan Bergmann
2013-02-28remove all d.lstMichael Stahl
2012-12-31convert openssl to gbuild and add to tail_buildPeter Foley
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-09-29hide external library neon's warningsNorbert Thiebaud
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl
2012-09-22neon: use .def file on Windows for exporting symbolsMatúš Kukan
2012-09-22neon: convert to gbuildMatúš Kukan
2012-07-27neon: fix some warningsMichael Stahl
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
2012-02-09Added and improved READMEs for modules in libs-extern-sysJosh Heidenreich
2012-01-27Deliver the static libneon built for iOSTor Lillqvist
2011-09-16Revert "Trying to chop out the uwinapi library"Fridrich Štrba
2011-09-16Trying to chop out the uwinapi libraryFridrich Štrba