summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Repository.mk2
-rw-r--r--scp2/source/ooo/file_ooo.scp2
-rw-r--r--shell/Module_shell.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/Repository.mk b/Repository.mk
index 970435f2fb5b..0e7b9b9ad7fa 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -144,7 +144,7 @@ $(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
gengal \
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_NPAPI_FROM_BROWSER)),pluginapp.bin) \
$(if $(filter unx-TRUE,$(GUIBASE)-$(ENABLE_TDE)),tdefilepicker) \
- $(if $(filter unx,$(GUIBASE)),uri-encode) \
+ $(if $(filter WNT,$(OS)),,uri-encode) \
ui-previewer \
$(if $(filter WNT,$(OS)), \
senddoc \
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index 86128d090956..5f31ae4f328d 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -158,7 +158,7 @@ End
#endif
-#if defined UNX && ! defined MACOSX
+#if defined UNX
File gid_File_Bin_Senddoc
BIN_FILE_BODY;
Dir = FILELIST_DIR;
diff --git a/shell/Module_shell.mk b/shell/Module_shell.mk
index 4a291ded9486..98f6c87690a7 100644
--- a/shell/Module_shell.mk
+++ b/shell/Module_shell.mk
@@ -115,7 +115,6 @@ ifneq ($(filter-out MACOSX WNT,$(OS)),)
$(eval $(call gb_Module_add_targets,shell,\
Executable_gnome_open_url \
- Executable_uri_encode \
Library_recentfile \
Package_scripts \
Package_scripts_gnome \
@@ -127,6 +126,7 @@ endif
ifneq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,shell,\
+ Executable_uri_encode \
Library_cmdmail \
Package_senddoc \
))