summaryrefslogtreecommitdiff
path: root/pyuno/Executable_python_wrapper.mk
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-06-19 08:16:09 +0200
committerDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-06-19 08:38:27 +0200
commitd633da43995f7457e487634016b2ca3bbc9245b2 (patch)
treebd47319d8e95885d24428f955b97ba2f0a813991 /pyuno/Executable_python_wrapper.mk
parentd25453e200f6af427363bc27278da540b56f6855 (diff)
deliver pyuno/python.exe in one step
Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d
Diffstat (limited to 'pyuno/Executable_python_wrapper.mk')
-rw-r--r--pyuno/Executable_python_wrapper.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/pyuno/Executable_python_wrapper.mk b/pyuno/Executable_python_wrapper.mk
index 709db4d349aa..0d978ca0a731 100644
--- a/pyuno/Executable_python_wrapper.mk
+++ b/pyuno/Executable_python_wrapper.mk
@@ -24,17 +24,17 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(eval $(call gb_Executable_Executable,python_wrapper))
+$(eval $(call gb_Executable_Executable,pyuno/python))
-$(eval $(call gb_Executable_use_static_libraries,python_wrapper,\
+$(eval $(call gb_Executable_use_static_libraries,pyuno/python,\
ooopathutils \
))
-$(eval $(call gb_Executable_use_custom_headers,python_wrapper,\
+$(eval $(call gb_Executable_use_custom_headers,pyuno/python,\
pyuno/pyversion \
))
-$(eval $(call gb_Executable_add_noexception_objects,python_wrapper,\
+$(eval $(call gb_Executable_add_noexception_objects,pyuno/python,\
pyuno/zipcore/python \
))