summaryrefslogtreecommitdiff
path: root/ACE/bin/msvc_mpc_auto_compile.pl
diff options
context:
space:
mode:
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;
}