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_scalc.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_scalc.mk')
-rw-r--r-- | desktop/Executable_scalc.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/desktop/Executable_scalc.mk b/desktop/Executable_scalc.mk index 3c9990bb4e3b..290e8804d662 100644 --- a/desktop/Executable_scalc.mk +++ b/desktop/Executable_scalc.mk @@ -37,10 +37,13 @@ $(eval $(call gb_Executable_add_linked_libs,scalc,\ $(gb_STDLIBS) \ )) -$(eval $(call gb_Executable_add_linked_static_libs,scalc,\ - winlauncher \ +$(eval $(call gb_Executable_add_libs,scalc,\ + $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \ )) +$(call gb_Executable_get_target,scalc) : \ + $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) + $(eval $(call gb_Executable_add_noexception_objects,scalc,\ desktop/win32/source/applauncher/scalc \ )) |