[inseparable changes from match from perl-5.003_97g to perl-5.003_97h]
[p5sagit/p5-mst-13.2.git] / win32 / makeperldef.pl
1 print "EXPORTS\n";
2 foreach (@ARGV) {
3         print "\tboot_$_\n"
4         };