summaryrefslogtreecommitdiff
path: root/desktop/Executable_sweb.mk
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2012-05-23 22:06:44 +0200
committerJesús Corrius <jesus@softcatala.org>2012-05-24 08:38:12 +0200
commit776db316d271d14e653426e21e66b983ec52100a (patch)
tree711b39f03067749e2c9b63c81b2451d7c902a915 /desktop/Executable_sweb.mk
parenteadcfa4e276aad610c674dd3eabc0956cb669d9b (diff)
set explicit Application User Models IDs in the native Windows launchers
Change-Id: Ib60a2a4f0d28a53d997731eb34b118cc9b9f822d
Diffstat (limited to 'desktop/Executable_sweb.mk')
-rw-r--r--desktop/Executable_sweb.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/Executable_sweb.mk b/desktop/Executable_sweb.mk
index 870cf7d6c86a..dd88c31d9228 100644
--- a/desktop/Executable_sweb.mk
+++ b/desktop/Executable_sweb.mk
@@ -37,6 +37,10 @@ $(eval $(call gb_Executable_use_libraries,sweb,\
$(gb_STDLIBS) \
))
+$(eval $(call gb_Executable_use_static_libraries,sweb,\
+ appusermodelid \
+))
+
$(eval $(call gb_Executable_add_libs,sweb,\
$(call gb_CxxObject_get_target,desktop/win32/source/applauncher/launcher) \
))