Kaydet (Commit) ee24a236 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Revert "OS_FOR_BUILD is not right do decide Host module name"

This reverts commit 39cfc4d8.

This OS_FOR_BUILD is to modify behavior in the cross-compilation case.
üst d506bc43
...@@ -56,7 +56,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \ ...@@ -56,7 +56,6 @@ $(eval $(call gb_Helper_register_executables,OOO, \
ifeq ($(OS),WNT) ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_executables,OOO,\ $(eval $(call gb_Helper_register_executables,OOO,\
crashrep_com \
guiloader \ guiloader \
guistdio \ guistdio \
odbcconfig \ odbcconfig \
...@@ -67,23 +66,27 @@ $(eval $(call gb_Helper_register_executables,OOO,\ ...@@ -67,23 +66,27 @@ $(eval $(call gb_Helper_register_executables,OOO,\
sdraw \ sdraw \
simpress \ simpress \
soffice \ soffice \
soffice_bin \
smath \ smath \
sweb \ sweb \
swriter \ swriter \
unoinfo \ unoinfo \
unopkg \ unopkg \
unopkg_bin \
unopkg_com \
unopkgio \ unopkgio \
)) ))
else else
ifeq ($(OS_FOR_BUILD),WNT)
$(eval $(call gb_Helper_register_executables,OOO,\
soffice_bin \
unopkg_bin \
))
else
$(eval $(call gb_Helper_register_executables,OOO,\ $(eval $(call gb_Helper_register_executables,OOO,\
soffice.bin \ soffice.bin \
unopkg.bin \ unopkg.bin \
)) ))
endif
ifeq ($(OS),MACOSX) ifeq ($(OS),MACOSX)
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
ifeq ($(OS),WNT) ifeq ($(OS_FOR_BUILD),WNT)
sofficebin := soffice_bin sofficebin := soffice_bin
else else
sofficebin := soffice.bin sofficebin := soffice.bin
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
ifeq ($(OS),WNT) ifeq ($(OS_FOR_BUILD),WNT)
unopkgbin := unopkg_bin unopkgbin := unopkg_bin
else else
unopkgbin := unopkg.bin unopkgbin := unopkg.bin
......
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