From 0c3293d55c9b4598490f5bf33dc800bfe272c51e Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Wed, 18 Aug 2004 12:31:24 +0000 Subject: Wed Aug 18 13:35:00 UTC 2004 Martin Corino --- bin/msvc_static_compile.pl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/msvc_static_compile.pl b/bin/msvc_static_compile.pl index 0f34bc279de..4502daddf78 100755 --- a/bin/msvc_static_compile.pl +++ b/bin/msvc_static_compile.pl @@ -237,6 +237,11 @@ while ( $#ARGV >= 0 && $ARGV[0] =~ /^(-|\/)/ ) $vc7 = 1; $proj_ext = '.vcproj'; } + elsif ($ARGV[0] =~ '-vc8') { # Use VC8 project and solution files. + print "Using VC8 files\n" if ( $verbose ); + $vc7 = 1; // VC8 is like VC7 + $proj_ext = '.vcproj'; + } elsif ($ARGV[0] =~ '-v') { # verbose mode $verbose = 1; } @@ -307,6 +312,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 "-name_modifier = Use MPC name_modifier to match projects\n"; print "\n"; print "-CORE = Build the Core libraries\n"; -- cgit v1.2.1