This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[inseparable changes from patch from perl5.003_23 to perl5.003_24]
[perl5.git] / win32 / genxsdef.pl
CommitLineData
0a753a76 1print "LIBRARY $ARGV[0]\n";
2print "CODE LOADONCALL\n";
3print "DATA LOADONCALL NONSHARED MULTIPLE\n";
4print "EXPORTS\n";
5print "\tboot_$ARGV[0]\n"