summaryrefslogtreecommitdiffstats
path: root/bcc32/README.bcc32
diff options
context:
space:
mode:
authorH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-22 10:54:11 +0000
committerH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-10-22 10:54:11 +0000
commit8a8c297472d94bb02308bfb77cf8e93a29467ed2 (patch)
tree23cc7485f07a3d48cf554b5b99c49ab999a5877b /bcc32/README.bcc32
parent1aff863002c7723b680ffeef56dccfeaa11c35d0 (diff)
downloadruby-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/README.bcc32')
-rw-r--r--bcc32/README.bcc328
1 files changed, 5 insertions, 3 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