ruby-changes:15045
From: azav <ko1@a...>
Date: Mon, 15 Mar 2010 01:27:11 +0900 (JST)
Subject: [ruby-changes:15045] Ruby:r26921 (trunk): * symbian/configure.bat: Ruby Core installation separated from standard extensions.
azav 2010-03-15 01:27:02 +0900 (Mon, 15 Mar 2010) New Revision: 26921 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26921 Log: * symbian/configure.bat: Ruby Core installation separated from standard extensions. Modified files: trunk/symbian/configure.bat Index: symbian/configure.bat =================================================================== --- symbian/configure.bat (revision 26920) +++ symbian/configure.bat (revision 26921) @@ -104,9 +104,10 @@ 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) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/