diff options
Diffstat (limited to 'desktop/Executable_swriter.mk')
-rw-r--r-- | desktop/Executable_swriter.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/desktop/Executable_swriter.mk b/desktop/Executable_swriter.mk index 7f5e8d9bdb1f..74cd0d63545e 100644 --- a/desktop/Executable_swriter.mk +++ b/desktop/Executable_swriter.mk @@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,swriter)) $(eval $(call gb_Executable_set_targettype_gui,swriter,YES)) -$(eval $(call gb_Executable_set_include,swriter,\ - $$(INCLUDE) \ -)) - $(eval $(call gb_Executable_add_defs,swriter,\ -DUNICODE \ )) @@ -41,8 +37,11 @@ $(eval $(call gb_Executable_add_linked_libs,swriter,\ $(gb_STDLIBS) \ )) +$(eval $(call gb_Executable_add_linked_static_libs,swriter,\ + winlauncher \ +)) + $(eval $(call gb_Executable_add_noexception_objects,swriter,\ - desktop/win32/source/applauncher/launcher \ desktop/win32/source/applauncher/swriter \ )) |