summaryrefslogtreecommitdiff
path: root/win32/mkexports.rb
diff options
context:
space:
mode:
Diffstat (limited to 'win32/mkexports.rb')
-rw-r--r--win32/mkexports.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/mkexports.rb b/win32/mkexports.rb
index 3859381935..214e4c6772 100644
--- a/win32/mkexports.rb
+++ b/win32/mkexports.rb
@@ -1,5 +1,7 @@
#!./miniruby -s
+$name = $library = $description = nil
+
SYM = {}
objs = ARGV.collect {|s| s.tr('/', '\\')}