diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-11-07 12:03:28 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@collabora.co.uk> | 2014-11-10 07:59:21 +0100 |
commit | f5910731337ec70b8d316af76393aea7fe3c030d (patch) | |
tree | 7161b3c18f7c679f9f116b18c4e9a6db9a3364f3 /vcl/Module_vcl.mk | |
parent | 41d87f852c27403549f11d701fcfdeb592307efe (diff) |
Build vcldemo on Windows too.
Change-Id: Ia6f7cfb819983a3a75ac78015a8eec1da539bead
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 82597a2eafc4..5d1d2d2ad7fc 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -27,13 +27,13 @@ $(eval $(call gb_Module_add_targets,vcl,\ StaticLibrary_vclmain \ Executable_ui-previewer \ $(if $(filter LINUX MACOSX WNT,$(OS)), \ - Executable_icontest \ - Executable_outdevgrind )) \ + Executable_icontest \ + Executable_outdevgrind \ + Executable_vcldemo )) \ $(if $(filter-out ANDROID IOS WNT,$(OS)), \ Executable_svdemo \ Executable_svptest \ - Executable_svpclient \ - Executable_vcldemo) \ + Executable_svpclient) \ )) $(eval $(call gb_Module_add_l10n_targets,vcl,\ |