win32 fixes for VC 6.0 nits
[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"