diff options
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Executable_soffice.bin.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/Executable_soffice.bin.mk b/desktop/Executable_soffice.bin.mk index db23a7c6b04f..19fccb4edb12 100644 --- a/desktop/Executable_soffice.bin.mk +++ b/desktop/Executable_soffice.bin.mk @@ -38,7 +38,6 @@ $(eval $(call gb_Executable_set_include,soffice.bin,\ $(eval $(call gb_Executable_add_linked_libs,soffice.bin,\ sal \ sofficeapp \ - user32 \ )) $(eval $(call gb_Executable_add_cobjects,soffice.bin,\ @@ -48,6 +47,10 @@ $(eval $(call gb_Executable_add_cobjects,soffice.bin,\ ifeq ($(OS),WNT) +$(eval $(call gb_Executable_add_linked_libs,soffice.bin,\ + user32 \ +)) + $(eval $(call gb_Executable_add_linked_static_libs,soffice.bin,\ ooopathutils \ )) |