diff options
| author | H_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-22 10:54:11 +0000 |
|---|---|---|
| committer | H_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-10-22 10:54:11 +0000 |
| commit | 8a8c297472d94bb02308bfb77cf8e93a29467ed2 (patch) | |
| tree | 23cc7485f07a3d48cf554b5b99c49ab999a5877b /bcc32 | |
| parent | 1aff863002c7723b680ffeef56dccfeaa11c35d0 (diff) | |
| download | ruby-8a8c297472d94bb02308bfb77cf8e93a29467ed2.tar.gz ruby-8a8c297472d94bb02308bfb77cf8e93a29467ed2.tar.xz ruby-8a8c297472d94bb02308bfb77cf8e93a29467ed2.zip | |
*bcc32/configure.bat : The command line when calling setup.mak is corrected.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bcc32')
| -rw-r--r-- | bcc32/README.bcc32 | 8 | ||||
| -rw-r--r-- | bcc32/configure.bat | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/bcc32/README.bcc32 b/bcc32/README.bcc32 index fe5504601..a699d34a4 100644 --- a/bcc32/README.bcc32 +++ b/bcc32/README.bcc32 @@ -83,18 +83,20 @@ in Japanese, but you can download at least. make test make DESTDIR=/usr/local install -* Build on the relative directory from the ruby source directory. +* Build on the relative directory from the ruby source directory and CPU type + i386. ex.) ruby source directory: C:\ruby build directory: C:\ruby\bccwin32 install directory: C:\usr\local - + CPU i386 + C: cd \ruby mkdir bccwin32 cd bccwin32 - ..\bcc32\configure + ..\bcc32\configure target i386-bccwin32 make make test make DESTDIR=/usr/local install diff --git a/bcc32/configure.bat b/bcc32/configure.bat index deb18d3ef..449b6e25b 100644 --- a/bcc32/configure.bat +++ b/bcc32/configure.bat @@ -8,25 +8,25 @@ echo>> ~tmp~.mak conf = %0 echo>> ~tmp~.mak $(conf:\=/): nul
echo>> ~tmp~.mak @del ~tmp~.mak
echo>> ~tmp~.mak @-$(MAKE) -l$(MAKEFLAGS) -f $(@D)setup.mak \
+echo>> ~tmp~.mak bcc32dir="$(@D)" \
:loop
if "%1" == "" goto :end
if "%1" == "--srcdir" goto :srcdir
if "%1" == "srcdir" goto :srcdir
if "%1" == "--target" goto :target
if "%1" == "target" goto :target
- echo>> ~tmp~.mak "%1" \
+ echo>> ~tmp~.mak "%1"
shift
goto :loop
:srcdir
- echo>> ~tmp~.mak "srcdir=%2" \
+ echo>> ~tmp~.mak "srcdir=%2"
shift
shift
goto :loop
:target
- echo>> ~tmp~.mak "%2" \
+ echo>> ~tmp~.mak %2
shift
shift
goto :loop
:end
-echo>> ~tmp~.mak bcc32dir="$(@D)"
make -s -f ~tmp~.mak
|
