Lines Matching refs:vcredist_path
706 my $vcredist_path = " --infer-- ";
1066 $vcredist_path = $val;
1285 print "vcredist-path: $vcredist_path\n";
1291 if ($vcredist_path eq " --infer-- ") {
1345 $vcredist_path = $vp;
1350 if ($vcredist_path eq " --infer-- ") {
1355 print "found vcredist at " . $vcredist_path . "\n";
2757 $vcredist_path = File::Spec->rel2abs($vcredist_path);
2758 if (!grep { -f and -x } $vcredist_path) {
2759 die "$vcredist_path is not correct\n";
2761 $configvar{"VCREDIST_PATH"} = "$vcredist_path";