Re: [PATCH 5.00552] Overloaded <> and deref again
[p5sagit/p5-mst-13.2.git] / win32 / genxsdef.pl
1 print "LIBRARY $ARGV[0]\n";
2 print "CODE LOADONCALL\n";
3 print "DATA LOADONCALL NONSHARED MULTIPLE\n";
4 print "EXPORTS\n";
5 print "\tboot_$ARGV[0]\n"