From e4bec7b1db4ca7ed0b065ecfefe7dfecf3ee3eb2 Mon Sep 17 00:00:00 2001 From: azav Date: Sat, 26 Sep 2009 19:35:12 +0000 Subject: Update to work with the latest PIPS version 1.6 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- symbian/setup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symbian/setup b/symbian/setup index 9df867f4c..786e73b57 100644 --- a/symbian/setup +++ b/symbian/setup @@ -343,6 +343,7 @@ define ext_mmp @echo>>$(1)$(2).mmp SYSTEMINCLUDE ..\$(subst /,\,$(srcdir))\missing @echo>>$(1)$(2).mmp SYSTEMINCLUDE \epoc32\include\stdapis +@echo>>$(1)$(2).mmp SYSTEMINCLUDE \epoc32\include @echo>>$(1)$(2).mmp SOURCEPATH ..\$(subst /,\,$(srcdir))\ext\$(2) @echo>>$(1)$(2).mmp SOURCE $(2).c $(4) @@ -368,7 +369,7 @@ define ruby_pkg @echo>>$(1) :"Symbian Research" -@echo>>$(1) (0x20013851), 1, 3, 0, {"Symbian OS PIPS"} +@echo>>$(1) (0x20013851), 1, 6, 0, {"Symbian OS PIPS"} @echo>>$(1) [0x101F7961], 0, 0, 0, {"S60ProductID"} -- cgit