# -*- 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_Library_Library,odfflatxml)) $(eval $(call gb_Library_set_componentfile,odfflatxml,filter/source/odfflatxml/odfflatxml)) $(eval $(call gb_Library_use_sdk_api,odfflatxml)) $(eval $(call gb_Library_set_include,odfflatxml,\ $$(INCLUDE) \ -I$(SRCDIR)/filter/inc \ )) $(eval $(call gb_Library_use_libraries,odfflatxml,\ xo \ tl \ ucbhelper \ comphelper \ cppuhelper \ cppu \ sal \ )) $(eval $(call gb_Library_add_exception_objects,odfflatxml,\ filter/source/odfflatxml/OdfFlatXml \ )) # vim: set noet sw=4 ts=4: ro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/afms
AgeCommit message (Expand)Author
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2012-09-26add missing dep on unpacked tarballDavid Tardon
2012-09-26gbuildification of afmsNorbert Thiebaud
2012-06-26re-base on ALv2 code.Michael Meeks
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-03-09minor documentation tweaksMichael Meeks
2012-03-06more idle code documentation improvementMichael Meeks
2012-02-08Added and improved READMEs for modules whihc used to be in libs-externJosh Heidenreich