diff options
author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-12 14:02:02 +0000 |
---|---|---|
committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-04-12 14:02:02 +0000 |
commit | 1314730548dbaad90be3e4e02d886f75d0130329 (patch) | |
tree | d771aea5854b40fe38081aad11faa012281cfcea /win32 | |
parent | 6069996a9ca6387850607533f11e4d55c9fe1bfc (diff) |
merges r22769 from trunk into ruby_1_9_1.
--
* win32/README.win32 (Requirement): VC++ 5.0 is not supported
already.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r-- | win32/README.win32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/README.win32 b/win32/README.win32 index b1f016e830..b6dd40fd33 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. |