ruby-changes:14974
From: azav <ko1@a...>
Date: Mon, 8 Mar 2010 02:38:24 +0900 (JST)
Subject: [ruby-changes:14974] Ruby:r26846 (trunk): * symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c.
azav 2010-03-08 02:38:12 +0900 (Mon, 08 Mar 2010) New Revision: 26846 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26846 Log: * symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c. * symbian/setup (ruby.mmp): SOURCE dln_find.c added. Modified files: trunk/symbian/setup Index: symbian/setup =================================================================== --- symbian/setup (revision 26845) +++ symbian/setup (revision 26846) @@ -252,6 +252,7 @@ @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 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/