summaryrefslogtreecommitdiff
path: root/config_office/set_soenv.in
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-07-31 12:53:05 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-07-31 12:53:05 +0000
commit0b253459b5c30f2c1f27303048497a8ebc4d8456 (patch)
tree429ca970b4a8857eaa0dff114a60608c1a71f027 /config_office/set_soenv.in
parent162688a0f3b1545516fd4b7fd2cc171a9d195366 (diff)
#i10000# Patch by mba for windows builds with VS 2008 compiler.
Diffstat (limited to 'config_office/set_soenv.in')
-rw-r--r--config_office/set_soenv.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/config_office/set_soenv.in b/config_office/set_soenv.in
index 3e2c1dbd6f5b..830166598231 100644
--- a/config_office/set_soenv.in
+++ b/config_office/set_soenv.in
@@ -1,8 +1,8 @@
#!@PERL@ -w
#
# Program: set_soenv.in
-# Version: $Revision: 1.195 $
-# Date: $Date: 2008-07-30 13:07:05 $
+# Version: $Revision: 1.196 $
+# Date: $Date: 2008-07-31 13:53:05 $
# Author: Willem van Dorp, Ross Nicholson, Oisin Boydell - Sun Microsystems, Ireland.
#
#---------------------------------------------------------------------------
@@ -1857,6 +1857,7 @@ if ( $platform =~ m/cygwin/ )
ToFile( "MFC_INCLUDE", $MFC_INCLUDE, "e" );
ToFile( "NSIS_PATH", $NSIS_PATH, "e" );
ToFile( "DISABLE_ACTIVEX", "@DISABLE_ACTIVEX@","e" );
+ ToFile( "DISABLE_ATL", "@DISABLE_ATL@","e" );
ToFile( "USE_NEW_SDK", $USE_NEW_SDK, "e" );
# Hack around dmake's mktmp not generating DOS paths.