diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-01 03:03:58 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2013-05-01 03:03:58 +0000 |
commit | 93f83417928d0b12020949cd02deb96340e70448 (patch) | |
tree | dd8d928bc34a75d7666573e4d7197e8f6f162c4a /win32/configure.bat | |
parent | 7ef7a65df6ca41aa0dd02703f2e4447395775cad (diff) | |
download | ruby-93f83417928d0b12020949cd02deb96340e70448.tar.gz |
configure.bat: remove stale message
* win32/configure.bat (help): remove stale message. win95 support had
been thrown away long ago.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/configure.bat')
-rwxr-xr-x | win32/configure.bat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/configure.bat b/win32/configure.bat index 2d63e5a589..6910f561dd 100755 --- a/win32/configure.bat +++ b/win32/configure.bat @@ -179,7 +179,6 @@ goto :loop echo --with-ext="a,b,..." use extensions a, b, ...
echo --without-ext="a,b,..." ignore extensions a, b, ...
echo --disable-install-doc do not install rdoc indexes during install
- echo --disable-win95 disable win95 support
echo --with-ntver=0xXXXX target NT version (shouldn't use with old SDK)
del *.tmp
del ~tmp~.mak
|