# -*- 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,ucpgvfs1)) $(eval $(call gb_Library_set_componentfile,ucpgvfs1,ucb/source/ucp/gvfs/ucpgvfs)) $(eval $(call gb_Library_set_include,ucpgvfs1,\ $(GNOMEVFS_CFLAGS) \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_sdk_api,ucpgvfs1)) $(eval $(call gb_Library_add_libs,ucpgvfs1,\ $(GNOMEVFS_LIBS) \ )) $(eval $(call gb_Library_use_libraries,ucpgvfs1,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ )) $(eval $(call gb_Library_add_exception_objects,ucpgvfs1,\ ucb/source/ucp/gvfs/gvfs_content \ ucb/source/ucp/gvfs/gvfs_directory \ ucb/source/ucp/gvfs/gvfs_provider \ ucb/source/ucp/gvfs/gvfs_stream \ )) # vim: set noet sw=4 ts=4: > LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/Module_sw.mk
AgeCommit message (Expand)Author
2018-11-18add uitest for bug tdf#78133Zdeněk Crhonek
2018-11-09Do produce messagte catalogs for sw, too, for iOS, when necessaryTor Lillqvist
2018-11-03Start of work in progress on making dialogs work in the iOS appTor Lillqvist
2018-11-02uitest Zoom dialogZdeněk Crhonek
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-25LibreLogo: add unit testsLászló Németh
2018-10-20uitest for chapter numbering dialogZdeněk Crhonek
2018-10-16sw: merge test suites sw_unoapi and sw_unowriterVasily Melenchuk
2018-10-11uitest findReplace; tdf#116242; tdf#98417; tdf#39022Zdeněk Crhonek
2018-09-27sw: new unit test for XAutoTextGroup and rdf::URIVasily Melenchuk
2018-09-18uitest for bug tdf#116737Zdeněk Crhonek
2018-09-04tdf#94009 ww8export: always export section marginsJustin Luth
2018-08-31sw: add unit test for the XHTML part of tdf#109202Thorsten Behrens
2018-08-27rename ENABLE_HEADLESS option to DISABLE_GUINoel Grandin