deliver pyuno/python.exe in one step

Change-Id: I886f4a6aec492ae498ce86d71686c8d9fb26203d
This commit is contained in:
David Ostrovsky
2012-06-19 08:16:09 +02:00
parent d25453e200
commit d633da4399
4 changed files with 6 additions and 43 deletions

View File

@ -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 \
))