summaryrefslogtreecommitdiff
path: root/pyuno/Executable_python.mk
blob: 05220bc24e1dad65fc955d895ae752632825c809 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Executable_Executable,python))

$(eval $(call gb_Executable_use_static_libraries,python,\
    ooopathutils \
))

$(eval $(call gb_Executable_add_exception_objects,python,\
    pyuno/zipcore/python \
))

# vim:set noet sw=4 ts=4:
ngsThomas Arnhold 2013-03-06fdo#60148 Clean up warnings from the Clang compiler pluginnccuong 2013-02-28do not create index for shared help moduleDavid Tardon 2013-02-26add opt -nolangroot needed for gbuildDavid Tardon 2013-02-26avoid string substr/replace with invalid posDavid Tardon 2013-02-13compact help xml files with xslt which removes the cruftAndras Timar 2013-02-13add headers to new filesCaolán McNamara 2013-02-13make building help not crashCaolán McNamara 2013-02-13fdo#41737 syntax highlighting of Basic code examples in offline helpAndras Timar 2013-02-13WaE: warning C4101: 'ex' : unreferenced local variableAndras Timar 2013-02-13Basic code syntaxhighlighting added to LibreOffice helpDávid Vastag 2012-12-25Get rid of (most uses of) GUITor Lillqvist 2012-11-14loplugin: unused std::stringsCaolán McNamara 2012-10-02re-base on ALv2 code. Includes:Michael Meeks 2012-09-16move help compiler/linker/indexer to a new moduleAndras Timar