From a546bf8d5b4246ff60a7d96baf9adcfc5872ffc2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Sat, 21 Sep 2013 01:38:04 +0200 Subject: pyuno: rename the python wrapper executable Putting it in a subdirectory on solver is no longer necessary since python3 started delivering to INSTDIR, so lose the crazy naming. Change-Id: I17e924e5d872768a64f6a3112f1294f3def7120e --- pyuno/Executable_python_wrapper.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyuno') diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python_wrapper.mk index 39ff28324174..2f96404b7ae2 100644 --- a/pyuno/Executable_python_wrapper.mk +++ b/pyuno/Executable_python_wrapper.mk @@ -7,17 +7,17 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. # -$(eval $(call gb_Executable_Executable,pyuno/python)) +$(eval $(call gb_Executable_Executable,python)) -$(eval $(call gb_Executable_add_defs,pyuno/python,\ +$(eval $(call gb_Executable_add_defs,python,\ -DMY_PYVERSION=L\"$(PYTHON_VERSION)\" \ )) -$(eval $(call gb_Executable_use_static_libraries,pyuno/python,\ +$(eval $(call gb_Executable_use_static_libraries,python,\ ooopathutils \ )) -$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\ +$(eval $(call gb_Executable_add_exception_objects,python,\ pyuno/zipcore/python \ )) -- cgit