summaryrefslogtreecommitdiff
path: root/win32/genxsdef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'win32/genxsdef.pl')
-rw-r--r--win32/genxsdef.pl5
1 files changed, 5 insertions, 0 deletions
diff --git a/win32/genxsdef.pl b/win32/genxsdef.pl
new file mode 100644
index 0000000000..b00a57e778
--- /dev/null
+++ b/win32/genxsdef.pl
@@ -0,0 +1,5 @@
+print "LIBRARY $ARGV[0]\n";
+print "CODE LOADONCALL\n";
+print "DATA LOADONCALL NONSHARED MULTIPLE\n";
+print "EXPORTS\n";
+print "\tboot_$ARGV[0]\n"