From efa1e1490f41d5825456bdb6181afbce51289973 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 18 Aug 2004 12:26:44 +0000 Subject: ChangeLogTag: Wed Aug 18 13:29:00 UTC 2004 Martin Corino --- bin/msvc_mpc_auto_compile.pl | 5 +++++ 1 file changed, 5 insertions(+) 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"; -- cgit v1.2.1