diff options
Diffstat (limited to 'desktop/Executable_simpress.mk')
-rw-r--r-- | desktop/Executable_simpress.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk index ab0cbc0e8e4f..926ad57febd8 100644 --- a/desktop/Executable_simpress.mk +++ b/desktop/Executable_simpress.mk @@ -37,10 +37,13 @@ $(eval $(call gb_Executable_add_linked_libs,simpress,\ $(gb_STDLIBS) \ )) -$(eval $(call gb_Executable_add_linked_static_libs,simpress,\ - winlauncher \ +$(eval $(call gb_Executable_add_libs,simpress,\ + $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) +$(call gb_Executable_get_target,simpress) : \ + $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) + $(eval $(call gb_Executable_add_noexception_objects,simpress,\ desktop/win32/source/applauncher/simpress \ )) |