summaryrefslogtreecommitdiff
path: root/desktop/Executable_sweb.mk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-03-14 12:30:53 +0100
committerMichael Stahl <mstahl@redhat.com>2012-03-14 12:33:47 +0100
commit5cc6398985181574b68ab15386176fb806386490 (patch)
tree9cd25f4e06dc279871e512fb087e984e5117bf49 /desktop/Executable_sweb.mk
parent25d571fff37ee353ff3b6c89accb73e853392168 (diff)
fdo#47246: desktop: factor out a winlauncher static library
Diffstat (limited to 'desktop/Executable_sweb.mk')
-rw-r--r--desktop/Executable_sweb.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk
index 00d085204720..a8810b1d5d1a 100644
--- a/desktop/Executable_sweb.mk
+++ b/desktop/Executable_sweb.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,sweb))
$(eval $(call gb_Executable_set_targettype_gui,sweb,YES))
-$(eval $(call gb_Executable_set_include,sweb,\
- $$(INCLUDE) \
-))
-
$(eval $(call gb_Executable_add_defs,sweb,\
-DUNICODE \
))
@@ -41,8 +37,11 @@ $(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_noexception_objects,sweb,\
- desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/sweb \
))