# -*- 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: tropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/openssl
AgeCommit message (Expand)Author
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-09-03define PURIFY for openssl for dbgutil to silence valgrind spewCaolán McNamara
2018-01-08openssl: fix MSVC 64-bit buildMichael Stahl
2018-01-08openssl: MSVC build: link and run MSASM with /SAFESEHMichael Stahl
2017-11-01external: consistently use gb_ExternalProject_use_nmakeMichael Stahl
2017-05-30openssl: remove Windows XP patchMichael Stahl
2017-02-10Remove MinGW supportStephan Bergmann
2017-02-01upload openssl 1.0.2kDavid Tardon
2016-10-23cond. build is already handled in Module_external.mkDavid Tardon
2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann
2016-03-09Revert "Add --with-prebuilt-openssl"Tor Lillqvist
2016-03-07openssl: fix WNT buildMichael Stahl
2016-03-07upgrade openssl to 1.0.2gCaolán McNamara
2016-01-22Revert "More LTO fixes for android"Tor Lillqvist
2016-01-22More LTO fixes for androidPeter Foley
2016-01-07configure: hard-code /usr/bin/{sort,find} for CygwinMichael Stahl
2015-12-10Add --with-prebuilt-opensslTor Lillqvist
2015-04-14openssl: drop SunStudio specific patch hunkMichael Stahl
2015-04-09upgrade to openssl-1.0.2aCaolán McNamara
2015-01-06external/openssl: Work around -fsanitize=nullStephan Bergmann