Kaydet (Commit) a546bf8d authored tarafından Michael Stahl's avatar Michael Stahl

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
üst 70f83482
...@@ -100,7 +100,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \ ...@@ -100,7 +100,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \
$(if $(filter WNT,$(OS)), \ $(if $(filter WNT,$(OS)), \
crashrep_com \ crashrep_com \
odbcconfig \ odbcconfig \
pyuno/python \ python \
quickstart \ quickstart \
sbase \ sbase \
scalc \ scalc \
......
...@@ -7,17 +7,17 @@ ...@@ -7,17 +7,17 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # 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)\" \ -DMY_PYVERSION=L\"$(PYTHON_VERSION)\" \
)) ))
$(eval $(call gb_Executable_use_static_libraries,pyuno/python,\ $(eval $(call gb_Executable_use_static_libraries,python,\
ooopathutils \ ooopathutils \
)) ))
$(eval $(call gb_Executable_add_exception_objects,pyuno/python,\ $(eval $(call gb_Executable_add_exception_objects,python,\
pyuno/zipcore/python \ pyuno/zipcore/python \
)) ))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment