[Libreoffice-commits] core.git: Repository.mk vcl/Module_vcl.mk

Thomas Arnhold thomas at arnhold.org
Sun May 18 04:40:32 PDT 2014


 Repository.mk     |    2 +-
 vcl/Module_vcl.mk |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 5c669a5cfb380a6c3c65c4e4460a8736ce7f0880
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sun May 18 13:39:02 2014 +0200

    vcl: don't build demos for windows at the moment
    
    as they are broken, see red tinderboxes
    
    Change-Id: I09fed7b4c4dec0bebd9e8f85c6266688cf0d68ea

diff --git a/Repository.mk b/Repository.mk
index 7efe301..c0a644b 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -62,7 +62,7 @@ $(eval $(call gb_Helper_register_executables,NONE, \
 	unoidl-read \
 	unoidl-write \
 	xrmex \
-	$(if $(filter-out ANDROID IOS,$(OS)), \
+	$(if $(filter-out ANDROID IOS WNT,$(OS)), \
         svdemo \
         svptest \
         svpclient \
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index c8c436a..acf8ccb 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 \


More information about the Libreoffice-commits mailing list