diff options
author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-03 02:53:13 +0000 |
---|---|---|
committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-03 02:53:13 +0000 |
commit | 97a9e9da8504718660d03253a528161da7cfdb8f (patch) | |
tree | b1d7c6b909aa9ad74db043bfa207a0a209a3a022 /ext/dl/win32/extconf.rb | |
parent | 6af5227ec0a2d77edb5156d1c1b7e598d006bef8 (diff) |
* ext/Win32API/*: removed or moved to ext/dl/win32.
* ext/dl/win32/*: new. [ruby-dev:32387]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/dl/win32/extconf.rb')
-rw-r--r-- | ext/dl/win32/extconf.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/dl/win32/extconf.rb b/ext/dl/win32/extconf.rb new file mode 100644 index 0000000000..a72ca49c06 --- /dev/null +++ b/ext/dl/win32/extconf.rb @@ -0,0 +1,3 @@ +if compiled?('dl') and $mswin||$bccwin||$mingw||$cygwin + create_makefile('win32') +end |