[Libreoffice-commits] .: set_soenv.in

Tor Lillqvist tml at kemper.freedesktop.org
Thu Jul 21 07:44:40 PDT 2011


 set_soenv.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f04a96daec93c27d6d0a57e0304892d6384a2e91
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Thu Jul 21 17:43:23 2011 +0300

    Propagate DISABLE_ACTIVEX also in the WNTGCC case

diff --git a/set_soenv.in b/set_soenv.in
index 9a185df..9ff4b03 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1682,6 +1682,7 @@ if ( $platform =~ m/cygwin/ )
 }
 elsif ( $platform =~ m/mingw32/ )
 {  ToFile( "NSIS_PATH",         $NSIS_PATH,         "e" );
+   ToFile( "DISABLE_ACTIVEX",   "@DISABLE_ACTIVEX@","e" );
    ToFile( "DISABLE_ATL",       "@DISABLE_ATL@",    "e" );
 }
 


More information about the Libreoffice-commits mailing list