# -*- 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_StaticLibrary_StaticLibrary,winlauncher)) $(eval $(call gb_StaticLibrary_add_defs,winlauncher,\ -DUNICODE \ )) $(eval $(call gb_StaticLibrary_add_noexception_objects,winlauncher,\ desktop/win32/source/applauncher/launcher \ )) # vim:set noet sw=4 ts=4: lass='form'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/external/apache-commons
AgeCommit message (Expand)Author
2015-10-09remove now unneeded apache-commons libsRene Engelhard
2014-11-18Apache Commons Codec 1.9 at least requires Java 1.6 and non debug versionRobert Antoni Buj i Gelonch
2014-11-13Apache Commons Logging 1.2 - re-enable the non debug version.Robert Antoni Buj i Gelonch
2014-11-12Apache Commons Lang 3.3.1 at least requires Java 1.6 and non debug versionRobert Antoni Buj i Gelonch
2014-10-06Allow building with java9 (first installement)Fridrich Štrba
2014-08-20Use COMMONS_LOGGING_VERSION vblerbuj
2014-08-16upgrade to apache-commons-1.2Thomas Arnhold
2014-05-21care for Java 1.5 support in external packagesDouglas Mencken
2014-03-25bump apache-commons-codec to 1.9Caolán McNamara
2014-03-25bump apache-commons-logging to 1.1.3Caolán McNamara