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