summaryrefslogtreecommitdiff
path: root/onlineupdate/Executable_updater.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-22 06:29:55 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:17 +0200
commit2cc10a49c21d9998fd5e03bf89609bbcb83534ed (patch)
treeca1a3aebc8334fd574289e7d5f2ee9830267f3e4 /onlineupdate/Executable_updater.mk
parent89805e1cf7198d7a138f5ea31f4d7db5748408e7 (diff)
only compile the windows files on windows
Change-Id: I489aa2877ff23b556ab587a0fae5125de3b76d21
Diffstat (limited to 'onlineupdate/Executable_updater.mk')
-rw-r--r--onlineupdate/Executable_updater.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk
index b03d97fcc515..c3eeed5dd0fb 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -50,17 +50,18 @@ $(eval $(call gb_Executable_add_exception_objects,updater,\
onlineupdate/source/update/updater/xpcom/glue/nsVersionComparator \
onlineupdate/source/update/updater/archivereader \
onlineupdate/source/update/updater/bspatch \
- onlineupdate/source/update/updater/loaddlls \
onlineupdate/source/update/updater/progressui_gtk \
onlineupdate/source/update/updater/progressui_null \
- onlineupdate/source/update/updater/progressui_win \
onlineupdate/source/update/updater/updater \
- onlineupdate/source/update/updater/win_dirent \
onlineupdate/source/update/common/pathhash \
onlineupdate/source/update/common/readstrings \
onlineupdate/source/update/common/uachelper \
onlineupdate/source/update/common/updatehelper \
onlineupdate/source/update/common/updatelogging \
+ $(if $(filter WNT,$(OS)),\
+ onlineupdate/source/update/updater/loaddlls \
+ onlineupdate/source/update/updater/progressui_win \
+ onlineupdate/source/update/updater/win_dirent )\
))
# vim:set shiftwidth=4 tabstop=4 noexpandtab: */