# -*- 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_ooxmlw14export)) $(eval $(call gb_CppunitTest_add_exception_objects,sw_ooxmlw14export, \ sw/qa/extras/ooxmlexport/ooxmlw14export \ )) $(eval $(call gb_CppunitTest_use_libraries,sw_ooxmlw14export, \ $(sw_ooxmlexport_libraries) \ )) $(eval $(call gb_CppunitTest_use_externals,sw_ooxmlw14export,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_set_include,sw_ooxmlw14export,\ -I$(SRCDIR)/sw/inc \ -I$(SRCDIR)/sw/source/core/inc \ -I$(SRCDIR)/sw/qa/extras/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sw_ooxmlw14export)) $(eval $(call gb_CppunitTest_use_ure,sw_ooxmlw14export)) $(eval $(call gb_CppunitTest_use_vcl,sw_ooxmlw14export)) $(eval $(call gb_CppunitTest_use_components,sw_ooxmlw14export,\ $(sw_ooxmlexport_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sw_ooxmlw14export)) # vim: set noet sw=4 ts=4: distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cli_ure
AgeCommit message (Expand)Author
2013-09-26typo fixes in commentsAndras Timar
2013-09-23Fixes for cross-compilation on OS X (to iOS)Tor Lillqvist
2013-09-22cli_ure: copy cli_basetypes to INSTDIR/sdk/binMichael Stahl
2013-09-22cli_ure: cleanup in Library_cli_cppuhelper_nativeMichael Stahl
2013-08-31fix existing commentsPhilipp Riemer
2013-08-31fix indentationPhilipp Riemer
2013-08-31fdo#62475 - remove visual noisePhilipp Riemer
2013-08-22Missing dependency (see "#using <cli_basetypes.dll>" in climaker_share.h)Stephan Bergmann
2013-08-20Re-work 8bit characters in source code, or remove them.Michael Meeks
2013-06-10gbuild: remove external_headers targetsMatúš Kukan
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
2013-05-28Source files shouldn't have executable bit set.Mark Wielaard
2013-04-29Remove dependency of climaker on registry formatStephan Bergmann
2013-04-25Fix compilation error after fe4ffd81045144ffb8d69ae9e5df7ef191005128Tor Lillqvist
2013-04-24fdo#61503 fix cli_cppuhelper bootstrap errorPeter Foley
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann
2013-04-19remove unused component_canUnload functionsMatúš Kukan
2013-04-19cli_ure: remove obsolete USE_DEBUG_RUNTIME check for msvcmrtMichael Stahl
2013-04-16Adapt to prefixed bootstrap_component_getFactoryStephan Bergmann
2013-04-07Fixed 4 spelling errors in the comments.Golnaz Irannejad
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl