aboutsummaryrefslogtreecommitdiffstats
path: root/win32/README.win32
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-29 07:13:04 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-29 07:13:04 +0000
commit31eb29fe975bdf1d1e7ed5f3eb991430b381bc06 (patch)
tree3e0d1e7a7ea5c597126f426f20909a6a06cd34a1 /win32/README.win32
parent70581477da30ee63c790dee451172c0ae340f667 (diff)
downloadruby-31eb29fe975bdf1d1e7ed5f3eb991430b381bc06.tar.gz
* 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
Diffstat (limited to 'win32/README.win32')
-rw-r--r--win32/README.win326
1 files changed, 5 insertions, 1 deletions
diff --git a/win32/README.win32 b/win32/README.win32
index 0737f1b8fc..f6a9a718fb 100644
--- a/win32/README.win32
+++ b/win32/README.win32
@@ -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.