# -*- 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,python_shell,$(call gb_CustomTarget_get_workdir,pyuno/python_shell))) ifeq ($(OS),MACOSX) $(eval $(call gb_Package_add_file,python_shell,$(LIBO_ETC_FOLDER)/python,python.sh)) else $(eval $(call gb_Package_add_file,python_shell,$(LIBO_BIN_FOLDER)/python,python.sh)) endif # vim: set noet sw=4 ts=4: fc07cd13636bfb84f5ad45a058ec74415'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/smoketest
AgeCommit message (Expand)Author
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18coverity#1358588 Uninitialized scalar fieldCaolán McNamara
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke
2016-03-22tdf#84323: Make osl::Condition::wait more readableGurkaran
2016-02-15WaE: loplugin:cstylecastTor Lillqvist
2016-02-15smoketest: loplugin:nullptrMichael Stahl
2016-02-15Introduce lok_preinit() to preload all registered UNO implementationsHenry Castro
2016-02-09Remove excess newlinesChris Sherlock