summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)