summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_unopkg_com.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Executable_unopkg_com.mk')
-rw-r--r--desktop/Executable_unopkg_com.mk11
1 files changed, 10 insertions, 1 deletions
diff --git a/desktop/Executable_unopkg_com.mk b/desktop/Executable_unopkg_com.mk
index 616a757a7fa8..022479f05bbc 100644
--- a/desktop/Executable_unopkg_com.mk
+++ b/desktop/Executable_unopkg_com.mk
@@ -11,8 +11,17 @@ $(eval $(call gb_Executable_Executable,unopkg_com))
$(eval $(call gb_Executable_set_targettype_gui,unopkg_com,NO))
+$(eval $(call gb_Executable_use_static_libraries,unopkg_com,\
+ ooopathutils \
+ winloader \
+))
+
+$(eval $(call gb_Executable_use_system_win32_libs,unopkg_com,\
+ shell32 \
+))
+
$(eval $(call gb_Executable_add_exception_objects,unopkg_com,\
- desktop/win32/source/guistdio/unopkgio \
+ desktop/win32/source/officeloader/unopkg_com \
))
$(eval $(call gb_Executable_add_default_nativeres,unopkg_com))