summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2012-03-16 01:16:34 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2012-03-16 01:25:24 +0100
commit45504f9ba8de2a4372193910b2cb9405f1ea896a (patch)
tree6c445bb89ca065becc72d86857be20f50d4916c7 /desktop
parent010560f553ee361ccda4bd14f1ee6b3f18250847 (diff)
fix windows build
No idea if this is proper fix or it needs to be done otherwise.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/Executable_sbase.mk7
-rw-r--r--desktop/Executable_scalc.mk7
-rw-r--r--desktop/Executable_sdraw.mk7
-rw-r--r--desktop/Executable_simpress.mk7
-rw-r--r--desktop/Executable_smath.mk7
-rw-r--r--desktop/Executable_sweb.mk7
-rw-r--r--desktop/Executable_swriter.mk7
7 files changed, 35 insertions, 14 deletions
diff --git a/desktop/Executable_sbase.mk b/desktop/Executable_sbase.mk
index f3caf5b6dbc3..098f8c2c287d 100644
--- a/desktop/Executable_sbase.mk
+++ b/desktop/Executable_sbase.mk
@@ -37,10 +37,13 @@ $(eval $(call gb_Executable_add_linked_libs,sbase,\
$(gb_STDLIBS) \
))
-$(eval $(call gb_Executable_add_linked_static_libs,sbase,\
- winlauncher \
+$(eval $(call gb_Executable_add_libs,sbase,\
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
))
+$(call gb_Executable_get_target,sbase) : \
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
+
$(eval $(call gb_Executable_add_noexception_objects,sbase,\
desktop/win32/source/applauncher/sbase \
))
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 \
))
diff --git a/desktop/Executable_sdraw.mk b/desktop/Executable_sdraw.mk
index dcea97d30dbf..2e57495c2360 100644
--- a/desktop/Executable_sdraw.mk
+++ b/desktop/Executable_sdraw.mk
@@ -37,10 +37,13 @@ $(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_libs,sdraw,\
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
))
+$(call gb_Executable_get_target,sdraw) : \
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
+
$(eval $(call gb_Executable_add_noexception_objects,sdraw,\
desktop/win32/source/applauncher/sdraw \
))
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 \
))
diff --git a/desktop/Executable_smath.mk b/desktop/Executable_smath.mk
index fe1607b615c8..ed1b460c3991 100644
--- a/desktop/Executable_smath.mk
+++ b/desktop/Executable_smath.mk
@@ -37,10 +37,13 @@ $(eval $(call gb_Executable_add_linked_libs,smath,\
$(gb_STDLIBS) \
))
-$(eval $(call gb_Executable_add_linked_static_libs,smath,\
- winlauncher \
+$(eval $(call gb_Executable_add_libs,smath,\
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
))
+$(call gb_Executable_get_target,smath) : \
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
+
$(eval $(call gb_Executable_add_noexception_objects,smath,\
desktop/win32/source/applauncher/smath \
))
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 \
))
diff --git a/desktop/Executable_swriter.mk b/desktop/Executable_swriter.mk
index 74cd0d63545e..f1e0d65d6a6a 100644
--- a/desktop/Executable_swriter.mk
+++ b/desktop/Executable_swriter.mk
@@ -37,10 +37,13 @@ $(eval $(call gb_Executable_add_linked_libs,swriter,\
$(gb_STDLIBS) \
))
-$(eval $(call gb_Executable_add_linked_static_libs,swriter,\
- winlauncher \
+$(eval $(call gb_Executable_add_libs,swriter,\
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
))
+$(call gb_Executable_get_target,swriter) : \
+ $(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher)
+
$(eval $(call gb_Executable_add_noexception_objects,swriter,\
desktop/win32/source/applauncher/swriter \
))