summaryrefslogtreecommitdiff
path: root/set_soenv.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-06-20 23:30:30 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-06-21 00:40:19 +0300
commit67e1946064ebc1b31111f09024622df735526997 (patch)
treea972b3fbea0ac19b3d43be6ea3707ed4e8166e27 /set_soenv.in
parent7c6c7e1cfdc2a1a40bfda2b53ba0bdcf0871e7f7 (diff)
Disable ATL when compiling with MinGW
Diffstat (limited to 'set_soenv.in')
-rwxr-xr-xset_soenv.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 881d14f42b85..2c7dc3c19b40 100755
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1680,6 +1680,7 @@ if ( $platform =~ m/cygwin/ )
}
elsif ( $platform =~ m/mingw32/ )
{ ToFile( "NSIS_PATH", $NSIS_PATH, "e" );
+ ToFile( "DISABLE_ATL", "@DISABLE_ATL@", "e" );
}
if ("@WITH_VC_REDIST@" eq "TRUE") {