From 192af223ec3ebadd0bb74b185a84da82cb87ae30 Mon Sep 17 00:00:00 2001 From: azav Date: Sun, 14 Mar 2010 16:27:02 +0000 Subject: * 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 --- symbian/configure.bat | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'symbian/configure.bat') diff --git a/symbian/configure.bat b/symbian/configure.bat index e3e3e5837d..c9782ee652 100644 --- a/symbian/configure.bat +++ b/symbian/configure.bat @@ -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) -- cgit v1.2.3