summaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-04 15:26:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-04 15:26:17 +0000
commit0ea308a6641756480cd5f4a0e697c22d45573a09 (patch)
tree46f8b749fe49ed4ee0972a9782933709cfd693df /win32
parent5d3c15f5ca17217d6012ce57050d83e506f2cb07 (diff)
downloadruby-0ea308a6641756480cd5f4a0e697c22d45573a09.tar.gz
ruby-0ea308a6641756480cd5f4a0e697c22d45573a09.tar.xz
ruby-0ea308a6641756480cd5f4a0e697c22d45573a09.zip
* win32/README.win32 (Requirement): VC++ 5.0 is not supported
already. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/README.win322
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index fd5f1be66..5dd79cd17 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -4,7 +4,7 @@
== Requirement
-(1) Visual C++ 5.0 or later.
+(1) Visual C++ 6.0 or later.
Note: if you want to build x64 or ia64 version, use native compiler for
x64/ia64.