diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-16 01:16:34 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-03-16 01:25:24 +0100 |
commit | 45504f9ba8de2a4372193910b2cb9405f1ea896a (patch) | |
tree | 6c445bb89ca065becc72d86857be20f50d4916c7 /desktop/Executable_sweb.mk | |
parent | 010560f553ee361ccda4bd14f1ee6b3f18250847 (diff) |
fix windows build
No idea if this is proper fix or it needs to be done otherwise.
Diffstat (limited to 'desktop/Executable_sweb.mk')
-rw-r--r-- | desktop/Executable_sweb.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk index a8810b1d5d1a..858bc7a6a8e5 100644 --- a/desktop/Executable_sweb.mk +++ b/desktop/Executable_sweb.mk @@ -37,10 +37,13 @@ $(eval $(call gb_Executable_add_linked_libs,sweb,\ $(gb_STDLIBS) \ )) -$(eval $(call gb_Executable_add_linked_static_libs,sweb,\ - winlauncher \ +$(eval $(call gb_Executable_add_libs,sweb,\ + $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) +$(call gb_Executable_get_target,sweb) : \ + $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) + $(eval $(call gb_Executable_add_noexception_objects,sweb,\ desktop/win32/source/applauncher/sweb \ )) |