This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[win32] add file: to installhtml URLs
[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"