summaryrefslogtreecommitdiffstats
path: root/wince/configure.bat
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-23 06:41:22 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-01-23 06:41:22 +0000
commite633201bad09dfc9bd34c0dd5aa7fdb9fcb80178 (patch)
tree67ab16e42050bfcabecbbfa8be63132bbf2038c8 /wince/configure.bat
parent6cedeef9dc39fdbde93367c57adbb69a6630b5db (diff)
downloadruby-e633201bad09dfc9bd34c0dd5aa7fdb9fcb80178.tar.gz
ruby-e633201bad09dfc9bd34c0dd5aa7fdb9fcb80178.tar.xz
ruby-e633201bad09dfc9bd34c0dd5aa7fdb9fcb80178.zip
* Makefile.in, common.mk, configure.in, */{Makefile.sub, configure.bat,
setup.mak}: add --with-baseruby configure option. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'wince/configure.bat')
-rwxr-xr-xwince/configure.bat7
1 files changed, 7 insertions, 0 deletions
diff --git a/wince/configure.bat b/wince/configure.bat
index 2c4a88fa1..dadfb2fa8 100755
--- a/wince/configure.bat
+++ b/wince/configure.bat
@@ -21,6 +21,7 @@ if "%1" == "--program-name" goto :progname
if "%1" == "--enable-install-doc" goto :enable-rdoc
if "%1" == "--disable-install-doc" goto :disable-rdoc
if "%1" == "--extout" goto :extout
+if "%1" == "--with-baseruby" goto :baseruby
if "%1" == "-h" goto :help
if "%1" == "--help" goto :help
if "%1" == "CC" goto :define
@@ -83,6 +84,11 @@ goto :loop
shift
shift
goto :loop
+:baseruby
+ echo>> ~tmp~.mak "BASERUBY=%2" \
+ shift
+ shift
+goto :loop
:help
echo Configuration:
echo --help display this help
@@ -92,6 +98,7 @@ goto :loop
echo System types:
echo --target=TARGET configure for TARGET [i386-mswin32]
echo Optional Package:
+ echo --with-baseruby=RUBY use RUBY as baseruby [ruby]
echo --with-static-linked-ext link external modules statically
echo --enable-install-doc install rdoc indexes during install
del ~tmp~.mak