aboutsummaryrefslogtreecommitdiffstats
path: root/win32/configure.bat
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 03:33:53 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-08-23 03:33:53 +0000
commit742a0d164e127394b438d6b83a8d65b4c16f1981 (patch)
tree338f1616d5d5313328d1bde56857b54fb27212df /win32/configure.bat
parent7370aa3126e5bf27c26401389b4d87c377dbab10 (diff)
downloadruby-742a0d164e127394b438d6b83a8d65b4c16f1981.tar.gz
* win32/configure.bat: added help message of --with(out)?-ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/configure.bat')
-rwxr-xr-xwin32/configure.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/configure.bat b/win32/configure.bat
index a8c5a7cb37..98695ed646 100755
--- a/win32/configure.bat
+++ b/win32/configure.bat
@@ -172,6 +172,8 @@ goto :loop
echo Optional Package:
echo --with-baseruby=RUBY use RUBY as baseruby [ruby]
echo --with-static-linked-ext link external modules statically
+ 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)