mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x
support. remove --enable/disable-win95 option. * include/ruby/win32.h, file.c, win32/win32.c: ditto. * win32/README.win32: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9a8a2fd294
commit
9d2711691e
8 changed files with 20 additions and 159 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
== Requirement
|
||||
|
||||
(1) Windows 2000 or later (NT based kernel).
|
||||
(1) Windows XP or later.
|
||||
|
||||
(2) Visual C++ 6.0 or later.
|
||||
(2) Visual C++ 6.0 or later. (strongly recommended VC++ 10)
|
||||
|
||||
Note: if you want to build x64 or ia64 version, use native compiler for
|
||||
x64/ia64.
|
||||
|
@ -29,10 +29,6 @@
|
|||
of cmd.exe. If you want to enable it explicitly, run cmd.exe with /E:ON
|
||||
option.
|
||||
|
||||
(6) If you want built binaries to run on Windows 95 series (including
|
||||
98 and Me), you need unicows.lib at compile time, and unicows.dll
|
||||
at run time.
|
||||
|
||||
== How to compile and install
|
||||
|
||||
(1) Execute win32\configure.bat on your build directory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue