summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorNorbert <n_th@linux-uefb.site>2012-01-10 22:28:24 -0600
committerNorbert <n_th@linux-uefb.site>2012-01-10 22:28:43 -0600
commit39cfc4d8ad77700aefabaedde430693448a5f76f (patch)
tree5590b7a31c1aecb5593e4dbabd417c6f12758123 /Repository.mk
parentbcb9ddaa7ea954cebaa031dc74cf7cd21489d8d6 (diff)
OS_FOR_BUILD is not right do decide Host module name
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk11
1 files changed, 4 insertions, 7 deletions
diff --git a/Repository.mk b/Repository.mk
index 3cc7a38f0742..0724e4399398 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -56,6 +56,7 @@ $(eval $(call gb_Helper_register_executables,OOO, \
ifeq ($(OS),WNT)
$(eval $(call gb_Helper_register_executables,OOO,\
+ crashrep_com \
guiloader \
guistdio \
odbcconfig \
@@ -66,27 +67,23 @@ $(eval $(call gb_Helper_register_executables,OOO,\
sdraw \
simpress \
soffice \
+ soffice_bin \
smath \
sweb \
swriter \
unoinfo \
unopkg \
+ unopkg_bin \
+ unopkg_com \
unopkgio \
))
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,\
soffice.bin \
unopkg.bin \
))
-endif
ifeq ($(OS),MACOSX)