summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-18 12:26:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-18 12:26:44 +0000
commitefa1e1490f41d5825456bdb6181afbce51289973 (patch)
tree88da41a53536b6eaa49d7a2b1950ddac9c9431dc
parent93c3081d0460665a9045572ae3b79bbe049f313c (diff)
downloadATCD-efa1e1490f41d5825456bdb6181afbce51289973.tar.gz
ChangeLogTag: Wed Aug 18 13:29:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
-rwxr-xr-xbin/msvc_mpc_auto_compile.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/msvc_mpc_auto_compile.pl b/bin/msvc_mpc_auto_compile.pl
index 8b3d68c082c..ff5f8562850 100755
--- a/bin/msvc_mpc_auto_compile.pl
+++ b/bin/msvc_mpc_auto_compile.pl
@@ -256,6 +256,10 @@ while ( $#ARGV >= 0 && $ARGV[0] =~ /^(-|\/)/ )
print "Using VC7 files\n" if ( $verbose );
$vc7 = 1;
}
+ elsif ($ARGV[0] =~ '-vc8') { # Use VC8 project and solution files.
+ print "Using VC8 files\n" if ( $verbose );
+ $vc7 = 1; // vc8 is like vc7
+ }
elsif ($ARGV[0] =~ '-v') { # verbose mode
$verbose = 1;
}
@@ -320,6 +324,7 @@ while ( $#ARGV >= 0 && $ARGV[0] =~ /^(-|\/)/ )
print "-s = Print status messages to STDERR\n";
print "-u = Tell MSVC to use the environment\n";
print "-vc7 = Use MSVC 7 toolset\n";
+ print "-vc8 = Use MSVC 8 toolset\n";
print "\n";
print "-CORE = Build ACE+TAO+CIAO core \n";
print "-ACE = Build ACE and its tests\n";