summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorJesús Corrius <jesus@softcatala.org>2010-10-15 01:36:09 +0200
committerFridrich Štrba <fridrich.strba@bluewin.ch>2010-10-15 02:23:59 +0200
commitf06879087e872786f56084f504f3296ee79a0ee5 (patch)
treed83ee98e574ad12c2c942b5c6ea4e4a2123f5bac /set_soenv.in
parentprint all broken modules out correctly, not just one (diff)
downloadcore-f06879087e872786f56084f504f3296ee79a0ee5.tar.gz
core-f06879087e872786f56084f504f3296ee79a0ee5.zip
Enable Microsoft Visual C++ 10 compiler in the build system
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 06316658227b..d45b8599b64a 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -685,6 +685,10 @@ elsif ( $platform =~ m/cygwin/ )
$CVER = "M1400";
} elsif ( "@COMEX@" eq "12" ) {
$CVER = "M1500";
+ } elsif ( "@COMEX@" eq "13" ) {
+ $CVER = "M1600";
+ $ATL_LIB = $COMPATH.$ds."atlmfc".$ds."lib";
+ $ATL_INCLUDE = $COMPATH.$ds."atlmfc".$ds."include";
} else { # Unsupported
die "Unsupported value for COMEX variable.\n";
}