Re: embedded perl and top_env problem
[p5sagit/p5-mst-13.2.git] / win32 / makeperldef.pl
CommitLineData
0a753a76 1print "EXPORTS\n";
2foreach (@ARGV) {
3 print "\tboot_$_\n"
4 };