# -*- 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,filter_tiff_test)) $(eval $(call gb_CppunitTest_use_external,filter_tiff_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,filter_tiff_test, \ filter/qa/cppunit/filters-tiff-test \ )) $(eval $(call gb_CppunitTest_use_libraries,filter_tiff_test, \ gie \ sal \ test \ tl \ unotest \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,filter_tiff_test)) $(eval $(call gb_CppunitTest_use_ure,filter_tiff_test)) $(eval $(call gb_CppunitTest_use_vcl,filter_tiff_test)) $(eval $(call gb_CppunitTest_use_components,filter_tiff_test,\ configmgr/source/configmgr \ )) $(eval $(call gb_CppunitTest_use_configuration,filter_tiff_test)) # vim: set noet sw=4 ts=4: stro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/avmedia/prj
'selected'>include
AgeCommit message (Expand)Author
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
mode:
authorayhanyalcinsoy <ayhanyalcinsoy@pisilinux.org>2019-12-27 15:23:57 +0300
committerMichael Stahl <michael.stahl@cib.de>2020-01-08 17:47:54 +0100
commitc1599fc5c9800086548595d1f1464619a7024d06 (patch)
treebc73d11d1a8791d848f692234752c66205b09152 /fpicker
parenta86a2a1c1ceb7203857d4317913c5b1bb9feb4aa (diff)
tdf#96505:Get rid of cargo cult long integer literals
Change-Id: I6ee1f79d4b96c4ed161eff11c1b75574d89902dd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/85843 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@cib.de>