summaryrefslogtreecommitdiff
path: root/win32/makeperldef.pl
diff options
context:
space:
mode:
Diffstat (limited to 'win32/makeperldef.pl')
-rw-r--r--win32/makeperldef.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/makeperldef.pl b/win32/makeperldef.pl
new file mode 100644
index 0000000000..0ad09b8303
--- /dev/null
+++ b/win32/makeperldef.pl
@@ -0,0 +1,4 @@
+print "EXPORTS\n";
+foreach (@ARGV) {
+ print "\tboot_$_\n"
+ };