Please test gh832_has_mt

Reini Urban rurban at x-ray.at
Sat Sep 1 20:42:32 UTC 2012


I have no mt.exe on my windows system and wrote a config probe to check it.

Can you please check my branch gh832_has_mt or report a good output
for mt.exe, like mt.exe /help or /version or such.

I just did:
+    my $mt_output = `mt.exe /help` || '';
+    my $has_mt = $mt_output =~ m/manifest/; # TODO untested
+    $conf->data->set( has_mt => $has_mt ? 1 : 0);

-- 
Reini Urban
http://cpanel.net/   http://www.perl-compiler.org/


More information about the parrot-dev mailing list