summaryrefslogtreecommitdiff
path: root/desktop/Executable_simpress.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_simpress.mk
parent25d571fff37ee353ff3b6c89accb73e853392168 (diff)
fdo#47246: desktop: factor out a winlauncher static library
Diffstat (limited to 'desktop/Executable_simpress.mk')
-rw-r--r--desktop/Executable_simpress.mk9
1 files changed, 4 insertions, 5 deletions
diff --git a/desktop/Executable_simpress.mk b/desktop/Executable_simpress.mk
index f0b72411d521..ab0cbc0e8e4f 100644
--- a/desktop/Executable_simpress.mk
+++ b/desktop/Executable_simpress.mk
@@ -29,10 +29,6 @@ $(eval $(call gb_Executable_Executable,simpress))
$(eval $(call gb_Executable_set_targettype_gui,simpress,YES))
-$(eval $(call gb_Executable_set_include,simpress,\
- $$(INCLUDE) \
-))
-
$(eval $(call gb_Executable_add_defs,simpress,\
-DUNICODE \
))
@@ -41,8 +37,11 @@ $(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_noexception_objects,simpress,\
- desktop/win32/source/applauncher/launcher \
desktop/win32/source/applauncher/simpress \
))