summaryrefslogtreecommitdiff
path: root/onlineupdate/Executable_updater.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-28 02:07:04 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:27 +0200
commite88f080bacabe9d7196813aa6d17132a389c330b (patch)
tree1082c7da586ef76f18e6ba611a10c8142ac18d94 /onlineupdate/Executable_updater.mk
parent85d4534aeb66d1957dd51ba43048507bfb6285a5 (diff)
add the resource to the updater
Change-Id: I80e80708346aa2850b2964c566ebc6423837a9cd
Diffstat (limited to 'onlineupdate/Executable_updater.mk')
-rw-r--r--onlineupdate/Executable_updater.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk
index 75d97a3d8c0f..8d1b9be81ff2 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -68,4 +68,6 @@ $(eval $(call gb_Executable_add_exception_objects,updater,\
onlineupdate/source/update/updater/win_dirent )\
))
+$(eval $(call gb_Executable_add_nativeres,updater,updaterres))
+
# vim:set shiftwidth=4 tabstop=4 noexpandtab: */