From 45504f9ba8de2a4372193910b2cb9405f1ea896a Mon Sep 17 00:00:00 2001 From: Matúš Kukan Date: Fri, 16 Mar 2012 01:16:34 +0100 Subject: fix windows build No idea if this is proper fix or it needs to be done otherwise. --- desktop/Executable_scalc.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'desktop/Executable_scalc.mk') 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 \ )) -- cgit v1.2.3