projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
avoid "mysterious" compile-time failures without messages
[p5sagit/p5-mst-13.2.git]
/
win32
/
genxsdef.pl
Commit
Line
Data
0a753a76
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"