summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-27 05:59:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-12-27 05:59:03 +0000
commit6202f851c777a8327491ddca8f2df39b20ff9b5a (patch)
tree6f9e1b9a22f7b1f58a4d23e6e44b3c3cff16c6b0 /win32
parent317996699cf5ce975701fa3becdb03dc1aaf0fb7 (diff)
downloadruby-6202f851c777a8327491ddca8f2df39b20ff9b5a.tar.gz
ruby-6202f851c777a8327491ddca8f2df39b20ff9b5a.tar.xz
ruby-6202f851c777a8327491ddca8f2df39b20ff9b5a.zip
matz
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1081 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 149faf7d8..6bffe7eea 100644
--- a/win32/config.h.in
+++ b/win32/config.h.in
@@ -45,12 +45,12 @@
#define DEFAULT_KCODE KCODE_NONE
#define DLEXT ".so"
#define DLEXT2 ".dll"
-#define RUBY_LIB "/lib/ruby/1.6"
+#define RUBY_LIB "/lib/ruby/1.7"
#define RUBY_SITE_LIB "/lib/ruby/site_ruby"
-#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.6"
+#define RUBY_SITE_LIB2 "/lib/ruby/site_ruby/1.7"
#define RUBY_PLATFORM "i586-mswin32"
-#define RUBY_ARCHLIB "/lib/ruby/1.6/i586-mswin32"
-#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.6/i586-mswin32"
+#define RUBY_ARCHLIB "/lib/ruby/1.7/i586-mswin32"
+#define RUBY_SITE_ARCHLIB "/lib/ruby/site_ruby/1.7/i586-mswin32"
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2