summaryrefslogtreecommitdiff
path: root/desktop/Executable_scalc.mk
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/Executable_scalc.mk')
-rw-r--r--desktop/Executable_scalc.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk
index ec7274238806..3c9990bb4e3b 100644
--- a/desktop/Executable_scalc.mk
+++ b/desktop/Executable_scalc.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,scalc))
$(eval $(call gb_Executable_set_targettype_gui,scalc,YES))
-$(eval $(call gb_Executable_set_include,scalc,\
- $$(INCLUDE) \
-))
-
$(eval $(call gb_Executable_add_defs,scalc,\
-DUNICODE \
))
@@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,scalc,\
$(gb_STDLIBS) \
))
+$(eval $(call gb_Executable_add_linked_static_libs,scalc,\
+ winlauncher \
+))
+
$(eval $(call gb_Executable_add_noexception_objects,scalc,\
- desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/scalc \
))