~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to win32/configure.bat

  • Committer: Bazaar Package Importer
  • Author(s): akira yamada
  • Date: 2007-05-21 14:00:19 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521140019-ui4zd0v80duktssk
Tags: 1.9.0+20070521-1
new upstream snapshot. (2006-07-21)  (Closes: #414856, #388344)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
if "%1" == "target" goto :target
20
20
if "%1" == "--with-static-linked-ext" goto :extstatic
21
21
if "%1" == "--program-suffix" goto :suffix
22
 
if "%1" == "--program-name" goto :progname
 
22
if "%1" == "--program-name" goto :installname
 
23
if "%1" == "--install-name" goto :installname
 
24
if "%1" == "--so-name" goto :soname
23
25
if "%1" == "--enable-install-doc" goto :enable-rdoc
24
26
if "%1" == "--disable-install-doc" goto :disable-rdoc
25
27
if "%1" == "--extout" goto :extout
26
28
if "%1" == "--path" goto :path
 
29
if "%1" == "--with-baseruby" goto :baseruby
27
30
if "%1" == "-h" goto :help
28
31
if "%1" == "--help" goto :help
29
32
  echo>>confargs.tmp %1 \
92
95
  shift
93
96
  shift
94
97
goto :loop
 
98
:baseruby
 
99
  echo>> ~tmp~.mak      "BASERUBY=%2" \
 
100
  echo>>confargs.tmp %1=%2 \
 
101
  shift
 
102
  shift
 
103
goto :loop
95
104
:help
96
105
  echo Configuration:
97
106
  echo   --help                  display this help
101
110
  echo System types:
102
111
  echo   --target=TARGET         configure for TARGET [i386-mswin32]
103
112
  echo Optional Package:
 
113
  echo   --with-baseruby=RUBY    use RUBY as baseruby [ruby]
104
114
  echo   --with-static-linked-ext link external modules statically
105
115
  echo   --disable-install-doc   do not install rdoc indexes during install
106
116
  del *.tmp