summaryrefslogtreecommitdiff
path: root/oowintool
diff options
context:
space:
mode:
Diffstat (limited to 'oowintool')
-rwxr-xr-xoowintool2
1 files changed, 1 insertions, 1 deletions
diff --git a/oowintool b/oowintool
index d3117502d2ff..fbc647dcb2a8 100755
--- a/oowintool
+++ b/oowintool
@@ -280,7 +280,7 @@ sub msvc_copy_msms($$)
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") {
+ foreach $fname ("Microsoft_VC90_CRT_x86$postfix.msm", "policy_9_0_Microsoft_VC90_CRT_x86$postfix.msm", "Microsoft_VC100_CRT_x86$postfix.msm") {
print STDERR "Copying $msm_path/$fname to $dest\n";
copy ("$msm_path/$fname", $dest) || die "copy failed: $!";
}