source: trunk/third/perl/win32/genxsdef.pl @ 10724

Revision 10724, 146 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1print "LIBRARY $ARGV[0]\n";
2print "CODE LOADONCALL\n";
3print "DATA LOADONCALL NONSHARED MULTIPLE\n";
4print "EXPORTS\n";
5print "\tboot_$ARGV[0]\n"
Note: See TracBrowser for help on using the repository browser.