summaryrefslogtreecommitdiff
path: root/win32/config.h
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 15:50:49 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-16 15:50:49 +0000
commit1fc61ca55fd736dbe63c37abde8239601ce3b2aa (patch)
tree17ef52b583dd03e0f5348336d0cd13744bdd3f77 /win32/config.h
parenta5b607c895adfb751c273e51fea101935d94e103 (diff)
mswin32 DLEXT2
O_BINARY git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/config.h')
-rw-r--r--win32/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h
index 32c9f4e43d..7dac047323 100644
--- a/win32/config.h
+++ b/win32/config.h
@@ -38,7 +38,8 @@
#define RSHIFT(x,y) ((x)>>y)
#define FILE_COUNT _cnt
-#define DLEXT ".dll"
+#define DLEXT ".so"
+#define DLEXT2 ".dll"
#define RUBY_LIB "/usr/local/lib/ruby/1.5"
#define RUBY_SITE_LIB "/usr/local/lib/ruby/site_ruby"
#define RUBY_SITE_LIB2 "/usr/local/lib/ruby/site_ruby/1.5"