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:
nstead of passing by reference to get data.Rafael Dominguez 2012-04-16Make an out argument a pointer instead of a reference.Rafael Dominguez 2012-04-13More RTL_CONSTASCII_USTRINGPARAM removalsOlivier Hallot 2012-04-13Replace deprecated List class for std::vector<rtl::OUString>.Rafael Dominguez 2012-03-25removed duplicate includes in sdTakeshi Abe 2012-01-05Removed unnecessary tools includes.Marcel Metz