aboutsummaryrefslogtreecommitdiffstats
path: root/ext/win32/extconf.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-13 03:24:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-13 03:24:28 +0000
commit771d31ace2e8fb923852cb2a70b18b3c8b4edc69 (patch)
treeec54e1f7be06adceffbee18d763f0ecf5336050e /ext/win32/extconf.rb
parent725bc0c870ccc98da77cf6f1259e0a02c2ed6070 (diff)
downloadruby-771d31ace2e8fb923852cb2a70b18b3c8b4edc69.tar.gz
ext/win32: move
* ext/win32: move from ext/dl and ext/fiddle. since ext/extmk.rb builds extensions in alphabetical order, compiled?('fiddle') under ext/dl makes no sense. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/win32/extconf.rb')
-rw-r--r--ext/win32/extconf.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/win32/extconf.rb b/ext/win32/extconf.rb
new file mode 100644
index 0000000000..7aa2c93684
--- /dev/null
+++ b/ext/win32/extconf.rb
@@ -0,0 +1,3 @@
+if (compiled?('dl') or compiled?('fiddle')) and $mswin||$mingw||$cygwin
+ create_makefile('win32')
+end