summaryrefslogtreecommitdiffstats
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-05-18 13:39:02 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-05-18 13:39:39 +0200
commit5c669a5cfb380a6c3c65c4e4460a8736ce7f0880 (patch)
tree5bcc3dda2e3ab1122a8fe0c5f0347912e74cf897 /vcl/Module_vcl.mk
parentremove some more external header guards (diff)
downloadcore-5c669a5cfb380a6c3c65c4e4460a8736ce7f0880.tar.gz
core-5c669a5cfb380a6c3c65c4e4460a8736ce7f0880.zip
vcl: don't build demos for windows at the moment
as they are broken, see red tinderboxes Change-Id: I09fed7b4c4dec0bebd9e8f85c6266688cf0d68ea
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index c8c436ae3171..acf8ccb90ead 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -25,7 +25,7 @@ $(eval $(call gb_Module_add_targets,vcl,\
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
StaticLibrary_vclmain \
Executable_ui-previewer) \
- $(if $(filter-out ANDROID IOS,$(OS)), \
+ $(if $(filter-out ANDROID IOS WNT,$(OS)), \
Executable_svdemo \
Executable_svptest \
Executable_svpclient \