# -*- 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_uibase_uiview)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sw_uibase_uiview)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_uibase_uiview, \ sw/qa/uibase/uiview/uiview \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_uibase_uiview, \ comphelper \ cppu \ cppuhelper \ sal \ sfx \ svxcore \ sw \ swqahelper \ test \ unotest \ utl \ vcl \ svt \ tl \ svl \ )) $(eval $(call gb_CppunitTest_use_externals,sw_uibase_uiview,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_uibase_uiview,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/source/uibase/inc \ -I$(SRCDIR)/sw/qa/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sw_uibase_uiview,\ udkapi \ offapi \ oovbaapi \ )) $(eval $(call gb_CppunitTest_use_ure,sw_uibase_uiview)) $(eval $(call gb_CppunitTest_use_vcl,sw_uibase_uiview)) $(eval $(call gb_CppunitTest_use_rdb,sw_uibase_uiview,services)) $(eval $(call gb_CppunitTest_use_custom_headers,sw_uibase_uiview,\ officecfg/registry \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_uibase_uiview)) $(eval $(call gb_CppunitTest_use_uiconfigs,sw_uibase_uiview, \ modules/swriter \ )) $(eval $(call gb_CppunitTest_use_more_fonts,sw_uibase_uiview)) # vim: set noet sw=4 ts=4: reoffice-6-3'>distro/cib/libreoffice-6-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppunit
AgeCommit message (Expand)Author
2013-05-31Bin VS2008 bitsTor Lillqvist
2013-05-07gbuild: ExternalProject: remove second parameter again...Michael Stahl
2013-05-07gbuild: remove gb_ExternalProject_use_unpackedMichael Stahl
2013-04-18Revert _GLIBCXX_DEBUG on Mac OS X againStephan Bergmann
2013-04-16Probably a good idea to use -D_GLIBCXX_FULLY_DYNAMIC_STRING here, tooTor Lillqvist
2013-04-15gbuild: --enable-dbgutil: enable STL assertions for Mac OS XMichael Stahl
2013-04-15adapt all externals to build against MSVC debug runtimeMichael Stahl
2013-04-02Bypass cppunit stuff for non-DESKTOP in more placesTor Lillqvist
2013-03-27fix library nameDavid Tardon
2013-03-18fix Wundef in cppunitLuboš Luňák
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-22quiet external module build log unless failureNorbert Thiebaud
2013-01-03No point in the DllPlugInTester executable on non-desktop OSes, I thinkTor Lillqvist
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl
2013-01-03cppunit: CXXFLAGS should be set only onceMichael Stahl
2012-12-22Make the patch apply the gbuild wayTor Lillqvist
2012-12-12Fix VS2012 build at least for meTor Lillqvist
2012-12-08No .libs directory when DISABLE_DYNLOADINGTor Lillqvist
2012-12-07missing delivery in cppunit on MacNorbert Thiebaud
2012-12-07get cppunit/disable-dynloading.patch to applyLuboš Luňák
2012-12-07cppunit is PLAINLIBS_NONEStephan Bergmann
2012-12-07One more typoStephan Bergmann
2012-12-07TypoStephan Bergmann
2012-12-07Revert "fix pretty broken cppunit gbuild conversion on windows"Markus Mohrhard
2012-12-07fix pretty broken cppunit gbuild conversion on windowsLuboš Luňák
2012-12-06convert cppunit to gbuildPeter Foley
2012-09-26config.sub doesn't need patching any more it seemsTor Lillqvist
2012-09-25update cppunit to 1.13.1Markus Mohrhard
2012-09-14Adapt for DISABLE_DYNLOADING possibility also for AndroidTor Lillqvist
2012-08-21Resurrect cppunit/ios.patchTor Lillqvist
2012-08-17Use dlerror()Tor Lillqvist