Kaydet (Commit) 877c96a6 authored tarafından Eike Rathke's avatar Eike Rathke

copy msms only for ver 9.0, MSVC 2010 doesn't have them

üst b30e2028
......@@ -275,6 +275,9 @@ sub msvc_copy_msms($$)
# $postfix is empty for x86, and '_x64' for x64
my ($dest, $postfix) = @_;
my $ver = find_msvc();
(defined $ver && ($ver->{'ver'} eq '9.0')) || return;
my $msm_path = (cygpath reg_get_value ("HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/VisualStudio/9.0/Setup/VS/MSMDir"), 'w', $output_format);
defined $msm_path || die "MSMDir not found";
foreach $fname ("Microsoft_VC90_CRT_x86$postfix.msm", "policy_9_0_Microsoft_VC90_CRT_x86$postfix.msm") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment