diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 13:39:02 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 13:39:39 +0200 |
commit | 5c669a5cfb380a6c3c65c4e4460a8736ce7f0880 (patch) | |
tree | 5bcc3dda2e3ab1122a8fe0c5f0347912e74cf897 /vcl | |
parent | e9d40e29d1efc214c5169eaa7b0bde3e4084db16 (diff) |
vcl: don't build demos for windows at the moment
as they are broken, see red tinderboxes
Change-Id: I09fed7b4c4dec0bebd9e8f85c6266688cf0d68ea
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/Module_vcl.mk | 2 |
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 \ |