# -*- 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_UnpackedTarball_UnpackedTarball,lcms2)) $(eval $(call gb_UnpackedTarball_set_tarball,lcms2,$(LCMS2_TARBALL))) $(eval $(call gb_UnpackedTarball_set_patchlevel,lcms2,3)) $(eval $(call gb_UnpackedTarball_add_patches,lcms2,\ lcms2/lcms2.patch \ lcms2/lcms2-2.4-windows.patch \ )) # vim: set noet sw=4 ts=4: ='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/filter/CppunitTest_filter_eps_test.mk
AgeCommit message (Expand)Author
2017-07-18CppunitTest_filter_eps_test add missing componentMiklos Vajna
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-08-08Related: tdf#99312, add specialized interaction handlerGiuseppe Castagno
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2015-11-06merged graphic import/export into a single libraryOliver Specht
2014-10-20add eps import regression testCaolán McNamara