# -*- Mode: makefile; 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_Module_Module,scripting)) ifneq ($(DISABLE_SCRIPTING),TRUE) $(eval $(call gb_Module_add_targets,scripting,\ $(if $(ENABLE_JAVA),\ Jar_HelloWorld \ Jar_Highlight \ Jar_MemoryUsage \ Jar_ScriptFramework \ $(if $(ENABLE_SCRIPTING_BEANSHELL),\ Jar_ScriptProviderForBeanShell \ Rdb_scriptproviderforbeanshell \ ) \ Jar_ScriptProviderForJava \ $(if $(ENABLE_SCRIPTING_JAVASCRIPT),\ Jar_ScriptProviderForJavaScript \ Rdb_scriptproviderforjavascript \ ) \ Package_java \ Package_java_jars \ ) \ Package_scriptbindinglib \ Package_scriptproviderforpython \ Package_ScriptsBeanShell \ Package_ScriptsJavaScript \ Package_ScriptsPython \ Library_basprov \ Library_dlgprov \ Library_protocolhandler \ Library_scriptframe \ Library_stringresource \ Library_vbaevents \ Pyuno_mailmerge \ )) endif # vim: set noet sw=4 ts=4: ini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/libwpg
AgeCommit message (Expand)Author
2013-03-18no warnings in libwpg (there's at least Wundef)Luboš Luňák
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
2013-02-19rename SYSTEM_LIBWPS to SYSTEM_WPS to remove specialcasingBjoern Michaelsen
2012-10-15tweak some build.lsts for the group photo...Michael Stahl
2012-09-22fix delivery of headers in ExternalPackagesDavid Tardon
2012-09-22update ext. projects to use ExternalPackageDavid Tardon
2012-09-10Notes on upstream status of patchesStephan Bergmann
2012-09-10libwpg: -Werror,-Wparentheses -Werror,-Wunused-private-fieldStephan Bergmann
2012-09-08rename: set_cxx_suffix -> set_generated_cxx_suffix; used for external libsMatúš Kukan
2012-09-08libwpd: convert to gbuildMatúš Kukan
2012-09-08libwpg: convert to gbuildMatúš Kukan
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen