This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[asperl] integrate mainline changes
[perl5.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"