summaryrefslogtreecommitdiff
path: root/desktop/Executable_unopkg.mk
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2019-08-30 23:01:07 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2019-08-31 00:22:28 +0200
commitc598ea1427250b50c1f3a4b0eacb34a11b2751fb (patch)
tree03dd6a5ce95f6af535e84e87a048c5b30a641e62 /desktop/Executable_unopkg.mk
parent438430904064e667b688275525b317fd7989af2e (diff)
Add version resource to executables where it was missing
Change-Id: Iee965c3f720827b20347f6228e891562c8295d22 Reviewed-on: https://gerrit.libreoffice.org/78327 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'desktop/Executable_unopkg.mk')
-rw-r--r--desktop/Executable_unopkg.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/Executable_unopkg.mk b/desktop/Executable_unopkg.mk
index c5b341521b9f..f1b6d6be6db9 100644
--- a/desktop/Executable_unopkg.mk
+++ b/desktop/Executable_unopkg.mk
@@ -24,4 +24,6 @@ $(eval $(call gb_Executable_add_exception_objects,unopkg,\
desktop/win32/source/guiloader/genericloader \
))
+$(eval $(call gb_Executable_add_default_nativeres,unopkg))
+
# vim: set ts=4 sw=4 et: