# -*- 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,pythonloader)) $(eval $(call gb_Library_set_componentfile,pythonloader,pyuno/source/loader/pythonloader)) $(eval $(call gb_Library_set_include,pythonloader,\ -I$(SRCDIR)/pyuno/source/loader \ -I$(SRCDIR)/pyuno/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_api,pythonloader,\ udkapi \ )) $(eval $(call gb_Library_use_libraries,pythonloader,\ cppu \ cppuhelper \ pyuno \ sal \ )) $(eval $(call gb_Library_use_externals,pythonloader,\ boost_headers \ python \ )) $(eval $(call gb_Library_add_exception_objects,pythonloader,\ pyuno/source/loader/pyuno_loader \ )) # vim:set noet sw=4 ts=4: a/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerperfect/Library_writerperfect.mk
AgeCommit message (Expand)Author
2018-03-26use boost::optional in OutDevStateNoel Grandin
2017-12-22lokdialog: Allow switching language of some of the ResMgr's.Jan Holesovsky
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2016-12-05drop unneeded dep on boost_headersDavid Tardon
2016-02-15make charset sel. dlg translatableDavid Tardon
2015-05-19Move module-local includes to writerperfect/incStephan Bergmann
2015-05-19upload libwps 0.4.0osnola
2014-05-26rebase all import libsDavid Tardon
2014-04-24add missing libraryDavid Tardon
2014-04-24change libwriterperfect to shared libraryDavid Tardon