summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-07 17:38:12 +0000
committerazav <azav@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-03-07 17:38:12 +0000
commit46c965c7098460bdc448d80a42adaaabed5073b5 (patch)
tree5c81f3e0bec299fe8da48b0cb686ee7c615088f0 /symbian
parent70d72bf807bf50672e64d431320f2e62c98ba6aa (diff)
* symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c.
* symbian/setup (ruby.mmp): SOURCE dln_find.c added. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'symbian')
-rw-r--r--symbian/setup3
1 files changed, 2 insertions, 1 deletions
diff --git a/symbian/setup b/symbian/setup
index bac03fb0f6..2620488377 100644
--- a/symbian/setup
+++ b/symbian/setup
@@ -252,6 +252,7 @@ define ruby_mmp
@echo>>$(1) SOURCE debug.c
@echo>>$(1) SOURCE dir.c
@echo>>$(1) SOURCE $(DLN).c
+@echo>>$(1) SOURCE dln_find.c
@echo>>$(1) SOURCE dmyext.c
@echo>>$(1) SOURCE encoding.c
@echo>>$(1) SOURCE enum.c
@@ -393,7 +394,7 @@ endef
define ext_pkg
@echo>>$(1) "$(EPOCROOT)epoc32\release\gcce\urel\$(2).dll"-"!:\sys\bin\$(2).dll"
-@echo>>$(1) "$(EPOCROOT)epoc32\release\gcce\urel\$(2).dll"-"!:\Data\Ruby\$(MAJOR).$(MINOR).$(TEENY)\$(arch)\$(2).dll"
+@echo>>$(1) "$(EPOCROOT)epoc32\release\gcce\urel\$(2).dll"-"!:\Data\Ruby\lib\$(MAJOR).$(MINOR).$(TEENY)\$(arch)\$(2).dll"
endef
define ext_bigdecimal