summaryrefslogtreecommitdiff
path: root/ACE/bin/msvc_mpc_auto_compile.pl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-22 12:45:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-22 12:45:36 +0000
commit8eac0a89244139d1ecffd04835d9cf6a7dda9f9c (patch)
tree31a6d3e64d2b7b4b94e79d9a66e25b3dab28f1a1 /ACE/bin/msvc_mpc_auto_compile.pl
parent6768819eda3cb1f99d0e77a57ce2eef5a3d61737 (diff)
downloadATCD-8eac0a89244139d1ecffd04835d9cf6a7dda9f9c.tar.gz
Thu Nov 22 12:44:54 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/bin/msvc_mpc_auto_compile.pl')
-rwxr-xr-xACE/bin/msvc_mpc_auto_compile.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/ACE/bin/msvc_mpc_auto_compile.pl b/ACE/bin/msvc_mpc_auto_compile.pl
index 03a35a680c0..02033d3be37 100755
--- a/ACE/bin/msvc_mpc_auto_compile.pl
+++ b/ACE/bin/msvc_mpc_auto_compile.pl
@@ -261,6 +261,10 @@ while ( $#ARGV >= 0 && $ARGV[0] =~ /^(-|\/)/ )
print "Using VC8 files\n" if ( $verbose );
$vc7 = 1; # vc8 is like vc7
}
+ elsif ($ARGV[0] =~ '-vc9') { # Use VC9 project and solution files.
+ print "Using VC9 files\n" if ( $verbose );
+ $vc7 = 1; # vc9 is like vc7
+ }
elsif ($ARGV[0] =~ '-v') { # verbose mode
$verbose = 1;
}