summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_soffice.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Executable_soffice.mk')
-rw-r--r--desktop/Executable_soffice.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/Executable_soffice.mk b/desktop/Executable_soffice.mk
index afe746dc01d9..302c978a0096 100644
--- a/desktop/Executable_soffice.mk
+++ b/desktop/Executable_soffice.mk
@@ -30,10 +30,13 @@ $(eval $(call gb_Executable_Executable,soffice))
$(eval $(call gb_Executable_set_targettype_gui,soffice,YES))
$(eval $(call gb_Executable_use_libraries,soffice,\
+ $(gb_UWINAPI) \
+))
+
+$(eval $(call gb_Executable_use_system_win32_libs,soffice,\
advapi32 \
shell32 \
shlwapi \
- $(gb_UWINAPI) \
))
$(eval $(call gb_Executable_add_standard_system_libs,soffice))