summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-28 09:53:42 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-08-28 09:53:42 +0000
commit770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe (patch)
tree04d1097b4a3e8e795f16306fe9f350a57a0f0057 /win32
parente0f3aab312df60a890524c5b922f0c6525adaf18 (diff)
downloadruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.tar.gz
ruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.tar.xz
ruby-770303d5aa3ccc7bdc7b5c3a0552f96238f04dfe.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/config.h.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/config.h.in b/win32/config.h.in
index 57dcea285..b56238e86 100644
--- a/win32/config.h.in
+++ b/win32/config.h.in
@@ -40,12 +40,12 @@
#define FILE_COUNT _cnt
#define DLEXT ".so"
#define DLEXT2 ".dll"
-#define RUBY_LIB "/lib/ruby/1.5"
+#define RUBY_LIB "/lib/ruby/1.6"
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
-#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.5"
+#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.6"
#define RUBY_PLATFORM "i586-mswin32"
-#define RUBY_ARCHLIB "/lib/ruby/1.5/i586-mswin32"
-#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.5/i586-mswin32"
+#define RUBY_ARCHLIB "/lib/ruby/1.6/i586-mswin32"
+#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.6/i586-mswin32"
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2