Kaydet (Commit) e88f080b authored tarafından Markus Mohrhard's avatar Markus Mohrhard

add the resource to the updater

Change-Id: I80e80708346aa2850b2964c566ebc6423837a9cd
üst 85d4534a
......@@ -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: */
......@@ -16,6 +16,7 @@ $(eval $(call gb_Module_add_targets,onlineupdate,\
StaticLibrary_updatehelper \
$(if $(filter WNT,$(OS)),\
Executable_update_service \
WinResTarget_updater \
StaticLibrary_winhelper )\
Executable_mar \
Executable_updater \
......
$(eval $(call gb_WinResTarget_WinResTarget,updaterres))
$(eval $(call gb_WinResTarget_set_include,updaterres,\
$$(INCLUDE) \
-I$(SRCDIR)/onlineupdate/source/update/common \
-I$(SRCDIR)/onlineupdate/source/update/updater \
))
$(eval $(call gb_WinResTarget_add_dependencies,updaterres, \
onlineupdate/source/update/updater/updater.ico \
))
$(eval $(call gb_WinResTarget_set_rcfile,updaterres, \
onlineupdate/source/update/updater/updater \
))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment