summaryrefslogtreecommitdiff
path: root/trunk/ext/dl/win32/extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ext/dl/win32/extconf.rb')
-rw-r--r--trunk/ext/dl/win32/extconf.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/trunk/ext/dl/win32/extconf.rb b/trunk/ext/dl/win32/extconf.rb
new file mode 100644
index 0000000000..a72ca49c06
--- /dev/null
+++ b/trunk/ext/dl/win32/extconf.rb
@@ -0,0 +1,3 @@
+if compiled?('dl') and $mswin||$bccwin||$mingw||$cygwin
+ create_makefile('win32')
+end