summaryrefslogtreecommitdiffstats
path: root/onlineupdate/Module_onlineupdate.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-07 15:35:30 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-08-08 07:07:21 +0200
commit5875fd0313cb0aeb7e63d5ea9455f83ea18787b5 (patch)
tree1e7ed70496f073d88bbaba3789a8e1160cd8f790 /onlineupdate/Module_onlineupdate.mk
parentupdater: add include guard for windows process start code (diff)
downloadcore-5875fd0313cb0aeb7e63d5ea9455f83ea18787b5.tar.gz
core-5875fd0313cb0aeb7e63d5ea9455f83ea18787b5.zip
updater: move the windows process starting code to comphelper
Change-Id: I1a499f57d01ee28afdb2c4f85dc976f2e6837dfd Reviewed-on: https://gerrit.libreoffice.org/40837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'onlineupdate/Module_onlineupdate.mk')
-rw-r--r--onlineupdate/Module_onlineupdate.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/onlineupdate/Module_onlineupdate.mk b/onlineupdate/Module_onlineupdate.mk
index 2f3817182e03..a900e631a877 100644
--- a/onlineupdate/Module_onlineupdate.mk
+++ b/onlineupdate/Module_onlineupdate.mk
@@ -17,8 +17,7 @@ $(eval $(call gb_Module_add_targets,onlineupdate,\
StaticLibrary_updatehelper \
$(if $(filter WNT,$(OS)),\
Executable_update_service \
- WinResTarget_updater \
- StaticLibrary_winhelper )\
+ WinResTarget_updater )\
Executable_mar \
Executable_updater \
Executable_mbsdiff \