# -*- 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_InstallModule_InstallModule,scp2/graphicfilter)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/graphicfilter,graphicfilter)) $(eval $(call gb_InstallModule_define_if_set,scp2/graphicfilter,\ ENABLE_MACOSX_SANDBOX \ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/graphicfilter,\ scp2/source/graphicfilter/file_graphicfilter \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/graphicfilter,\ scp2/source/graphicfilter/module_graphicfilter \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sccomp
AgeCommit message (Expand)Author
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-29ResMgr with LanguageTagEike Rathke
2013-03-27Missing #include "sal/config.h"Stephan Bergmann
2013-03-27-Wunused-macrosStephan Bergmann
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-02-28remove all d.lstMichael Stahl
2013-01-30remove useless macrosLuboš Luňák
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl
2012-12-06re-base on ALv2 code. Includes:Michael Meeks