# -*- 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_Package_Package,scripting_java_jars,$(WORKDIR)/Jar)) $(eval $(call gb_Package_add_file,scripting_java_jars,$(LIBO_SHARE_FOLDER)/Scripts/java/HelloWorld/HelloWorld.jar,HelloWorld.jar)) $(eval $(call gb_Package_add_file,scripting_java_jars,$(LIBO_SHARE_FOLDER)/Scripts/java/Highlight/Highlight.jar,Highlight.jar)) $(eval $(call gb_Package_add_file,scripting_java_jars,$(LIBO_SHARE_FOLDER)/Scripts/java/MemoryUsage/MemoryUsage.jar,MemoryUsage.jar)) # vim: set noet sw=4 ts=4: trunk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2021-08-22ofz: prep for allowing oss-fuzz msanCaolán McNamara
2021-08-12ofz: use system .a libs when they aren't c++ onesCaolán McNamara
2021-08-08oss-fuzz: drop more_fonts build step and just install the min wantedCaolán McNamara
2021-08-07disable scripting for fuzzingCaolán McNamara
2021-08-03Fix 'make test-install' on LinuxMiklos Vajna
2021-07-19Avoid bash'ism (comment in line continuation)Stephan Bergmann
2021-06-17don't ignore dump_syms errors during symbol extractionChristian Lohmaier
2021-06-11use freshly compiled dump_syms.exe on windows for symbolinfo extractionChristian Lohmaier
2021-06-01Remove config.warn during `make distclean`Stephan Bergmann
2021-06-01Better keep these $(BUILDDIR)/config.* lines sorted lexicographicallyStephan Bergmann
2021-05-25Install GDB pretty printers into cross-toolsetJan-Marek Glogowski
2021-05-22ofz build fixCaolán McNamara
2021-05-05Run checks also on cross build toolchainJan-Marek Glogowski
2021-04-10use systemd-detect-virt to detect building as root in containerCaolán McNamara
2021-04-07skip check-if-root test if LIB_FUZZING_ENGINE is setCaolán McNamara
2021-02-18Library_gie no longer existsCaolán McNamara
2021-02-12fix fuzzer buildCaolán McNamara
2020-12-16Add generated vs-code-template.code-workspace to distcleanStephan Bergmann
2020-11-21Allow --enable-macosx-sandbox without the codesigning identitiesTor Lillqvist
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2020-07-17Update paths in Makefile.in and android/.gitignoreMichael Weghorn
2020-07-06When cross-compiling to DESKTOP, just make "build" for the build platformTor Lillqvist
2020-07-04reduce number of framework librariesNoel Grandin
2020-06-17allow building as root inside a container without complaintCaolán McNamara