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