<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,10 +15,11 @@ my $rakudo_dir = $ENV{RAKUDO_DIR}
 $ENV{PERL6LIB}
     or die 'Please set $PERL6LIB (see README).'.&quot;\n&quot;;
 
+my $parrot_exec = $^O eq 'MSWin32' ? 'parrot.exe' : 'parrot';
 if ( ! -d $parrot_dir ) {
-    print STDERR &quot;Not a directory $parrot_dir, exiting...\n&quot;;
-    exit 1;
-} elsif ( ! -x File::Spec-&gt;catfile( $parrot_dir, 'parrot' )) {
+     print STDERR &quot;Not a directory $parrot_dir, exiting...\n&quot;;
+     exit 1;
+} elsif ( ! -x File::Spec-&gt;catfile( $parrot_dir, $parrot_exec )) {
     print STDERR &quot;Couldn't find parrot executable in $parrot_dir, &quot;
                  . &quot;have you compiled?\n&quot;;
     exit 1;
@@ -37,8 +38,9 @@ my @scripts = qw&lt; test_wiki.sh wiki.sh &gt;;
 my @infiles = map { $_.'.in' } qw&lt; Makefile test_wiki.sh wiki.sh &gt;;
 
 my %replacements = (
-    PARROT_DIR =&gt; $parrot_dir,
-    RAKUDO_DIR =&gt; $rakudo_dir,
+    PARROT_DIR  =&gt; $parrot_dir,
+    PARROT_EXEC =&gt; $parrot_exec,
+    RAKUDO_DIR  =&gt; $rakudo_dir,
 );
 
 if ( !-e 'lib/Test.pm' ) {</diff>
      <filename>Makefile.PL</filename>
    </modified>
    <modified>
      <diff>@@ -1,3 +1,4 @@
+PARROT_EXEC=&lt;PARROT_EXEC&gt;
 PARROT_DIR=&lt;PARROT_DIR&gt;
 RAKUDO_DIR=&lt;RAKUDO_DIR&gt;
 
@@ -14,7 +15,8 @@ PIRS=$(SOURCES:.pm=.pir)
 all: $(PIRS)
 
 %.pir: %.pm
-	$(PARROT_DIR)/parrot $(RAKUDO_DIR)/perl6.pbc --target=pir --output=$@ $&lt;
+	$(PARROT_DIR)/$(PARROT_EXEC) $(RAKUDO_DIR)/perl6.pbc --target=pir\
+    --output=$@ $&lt;
 
 clean:
 	rm -f $(PIRS)
@@ -22,5 +24,5 @@ clean:
 tests: test
 
 test: all
-	prove -e '$(PARROT_DIR)/parrot $(RAKUDO_DIR)/perl6.pbc'\
+	prove -e '$(PARROT_DIR)/$(PARROT_EXEC) $(RAKUDO_DIR)/perl6.pbc'\
 	      -r --nocolor t/</diff>
      <filename>Makefile.in</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9aaeacf1b1c8e8489b915fe50877c709f2bfeedc</id>
    </parent>
  </parents>
  <author>
    <name>Carl Masak</name>
    <email>cmasak@gmail.com</email>
  </author>
  <url>http://github.com/viklund/november/commit/5165940425e95956220f3b0696da1e10a705b9bc</url>
  <id>5165940425e95956220f3b0696da1e10a705b9bc</id>
  <committed-date>2009-04-06T22:10:35-07:00</committed-date>
  <authored-date>2009-04-06T22:10:35-07:00</authored-date>
  <message>[Makefile.*] made some changes for Windows</message>
  <tree>ec36b1b76d3dc88978d90e8c993293e0ad1dd321</tree>
  <committer>
    <name>Carl Masak</name>
    <email>cmasak@gmail.com</email>
  </committer>
</commit>
