# -*- 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_Module_Module,libstaroffice)) $(eval $(call gb_Module_add_targets,libstaroffice,\ UnpackedTarball_libstaroffice \ )) ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,libstaroffice,\ Library_staroffice \ )) else $(eval $(call gb_Module_add_targets,libstaroffice,\ ExternalPackage_libstaroffice \ ExternalProject_libstaroffice \ )) endif # vim: set noet sw=4 ts=4: 2fa2f60b198'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/setup_native
AgeCommit message (Expand)Author
2015-06-29Remove some hard coded references to "LibreOffice" as Productname.Martin Hollmichel
2015-06-18Fix typosAndrea Gelmini
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-04-234 dict package names did not follow the ruleAndras Timar
2015-03-31tdf#90298 rescan for bundled extensions when installing Mac langpackChristian Lohmaier
2015-03-05gbuild: set _WIN32_WINNT globally instead of WINVERMichael Stahl
2015-03-04V813: Decreased performanceCaolán McNamara
2015-03-02V804: Decreased performanceCaolán McNamara
2015-02-10Attempt at fixing Mac OS X code signingStephan Bergmann
2015-02-09unpack_update is LINUX, SOLARIS onlyStephan Bergmann
2015-01-24cppcheck: unusedVariableCaolán McNamara
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl
2015-01-08-Werror,-Wtautological-pointer-compareStephan Bergmann
2015-01-01Bump copyright year to 2015Andras Timar
2014-12-02Create/RemoveLayerLinks are unusedStephan Bergmann
2014-11-24typo: unknownAndras Timar
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-27-Werror,-Wtautological-pointer-compareStephan Bergmann
2014-10-08fdo#82288 merge core01-core07 packages into just oneChristian Lohmaier