From 46c965c7098460bdc448d80a42adaaabed5073b5 Mon Sep 17 00:00:00 2001 From: azav Date: Sun, 7 Mar 2010 17:38:12 +0000 Subject: [PATCH] * 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 --- symbian/setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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