mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* symbian/configure.bat: Ruby Core installation separated from standard extensions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ebb50130d2
commit
192af223ec
1 changed files with 4 additions and 3 deletions
|
@ -104,9 +104,10 @@ echo>> ~tmp~.mak endif
|
|||
echo>> ~tmp~.mak ^ @if not exist sis\nul md sis
|
||||
echo>> ~tmp~.mak ^ $(call ruby_pkg,sis\ruby.pkg)
|
||||
echo>> ~tmp~.mak ifndef EXTSTATIC
|
||||
echo>> ~tmp~.mak ^ $(call ext_bigdecimal,sis\ruby.pkg)
|
||||
echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby.pkg,stringio)
|
||||
echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby.pkg,zlib)
|
||||
echo>> ~tmp~.mak ^ $(call core_ext_pkg,sis\ruby_core_ext.pkg)
|
||||
echo>> ~tmp~.mak ^ $(call ext_bigdecimal,sis\ruby_core_ext.pkg)
|
||||
echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby_core_ext.pkg,stringio)
|
||||
echo>> ~tmp~.mak ^ $(call ext_pkg,sis\ruby_core_ext.pkg,zlib)
|
||||
echo>> ~tmp~.mak ^ @if not exist eabi\nul md eabi
|
||||
echo>> ~tmp~.mak ^ $(call ext_def,eabi\,stringio)
|
||||
echo>> ~tmp~.mak ^ $(call ext_def,eabi\,bigdecimal)
|
||||
|
|
Loading…
Add table
Reference in a new issue