mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.
[Bug #6103] [ruby-core:43012] * win32/README.win32: added a notice about command extension of cmd.exe. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
70581477da
commit
31eb29fe97
3 changed files with 13 additions and 2 deletions
|
@ -25,7 +25,11 @@
|
|||
* sed
|
||||
* ruby 1.8
|
||||
|
||||
(5) If you want built binaries to run on Windows 95 series (including
|
||||
(5) Enable Command Extension of your command line. It's the default behavior
|
||||
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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue