# -*- 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,slideshow)) $(eval $(call gb_CppunitTest_use_package,slideshow,sd_qa_unit)) $(eval $(call gb_CppunitTest_set_include,slideshow,\ $$(INCLUDE) \ -I$(SRCDIR)/slideshow/source/inc \ )) $(eval $(call gb_CppunitTest_set_defs,slideshow,\ $$(DEFS) \ )) ifneq ($(strip $(debug)$(DEBUG)),) $(eval $(call gb_CppunitTest_set_defs,slideshow,\ $$(DEFS) \ -DBOOST_SP_ENABLE_DEBUG_HOOKS \ )) endif $(eval $(call gb_CppunitTest_use_api,slideshow,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_library_objects,slideshow,slideshow)) $(eval $(call gb_CppunitTest_use_libraries,slideshow,\ basegfx \ canvastools \ comphelper \ cppcanvas \ cppu \ cppuhelper \ sal \ svt \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,slideshow,\ slideshow/test/slidetest \ slideshow/test/testshape \ slideshow/test/testview \ slideshow/test/views \ )) # vim: set noet sw=4 ts=4: e='distro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/idlc/source/scanner.l
AgeCommit message (Expand)Author
2015-05-18idlc: fix warningsStephan Bergmann
2014-10-02remove HAVE_GCC_PRAGMA_DIAGNOSTIC_MODIFY check and macroMichael Stahl
2014-03-12loplugin:literaltoboolconversionStephan Bergmann
2014-02-17idlc: sal_Bool -> boolStephan Bergmann
2014-01-30Remove UNOIDL "array" and "union" vaporware from idlcStephan Bergmann
2014-01-28coverity#440064 Logically dead codeCaolán McNamara
2013-12-13fdo#72598 Remove SunStudio cruft from code baseJelle van der Waa
2013-09-04Minor clean upStephan Bergmann
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold
2013-05-23RHEL-5 baseline ver of flex doesn't have nounistdCaolán McNamara
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl
2013-03-25remove external include guardsThomas Arnhold
2013-03-25Introduce HAVE_GCC_PRAGMA_DIAGNOSTIC_{MODIFY,SCOPE}Stephan Bergmann
2012-11-30API CHANGE remove [oneway] method attributesThorsten Behrens
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-05-04disable GCC diagnostic #pragma on older GCC versionsDavid Ostrovsky
2012-05-04gbuild conversion l10ntools moduleDavid Ostrovsky
2012-05-01build: cleaning up previously converted idlc moduleDavid Ostrovsky