[Libreoffice-commits] core.git: solenv/gbuild

Andras Timar andras.timar at collabora.com
Mon Jun 30 10:25:57 PDT 2014


 solenv/gbuild/platform/windows.mk |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 9e69071b5942c5ba852e3b719ee9b3f3e859758d
Author: Andras Timar <andras.timar at collabora.com>
Date:   Mon Jun 30 10:23:31 2014 -0700

    use VCL_HIDE_WINDOWS env on Windows, too
    
    Change-Id: Ia313f82f75c1dfdb0952810056c6f17048658cee

diff --git a/solenv/gbuild/platform/windows.mk b/solenv/gbuild/platform/windows.mk
index 02428ca..a7ab73d 100644
--- a/solenv/gbuild/platform/windows.mk
+++ b/solenv/gbuild/platform/windows.mk
@@ -8,6 +8,9 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 #
 
+# to avoid flashing windows during tests
+export VCL_HIDE_WINDOWS=1
+
 gb_LICENSE := license.txt
 gb_README = readme_$(1).txt
 


More information about the Libreoffice-commits mailing list