summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-14 16:27:02 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-14 16:27:02 +0000
commit192af223ec3ebadd0bb74b185a84da82cb87ae30 (patch)
tree677bd61781de52cd5652d6e9d4632498ed3ced9d /symbian
parentebb50130d2582d000f1efea1200e690486f88c57 (diff)
* 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
Diffstat (limited to 'symbian')
-rw-r--r--symbian/configure.bat7
1 files changed, 4 insertions, 3 deletions
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)