[前][次][番号順一覧][スレッド一覧]

ruby-changes:13346

From: azav <ko1@a...>
Date: Sun, 27 Sep 2009 04:35:21 +0900 (JST)
Subject: [ruby-changes:13346] Ruby:r25111 (trunk): Update to work with the latest PIPS version 1.6

azav	2009-09-27 04:35:12 +0900 (Sun, 27 Sep 2009)

  New Revision: 25111

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25111

  Log:
    Update to work with the latest PIPS version 1.6

  Modified files:
    trunk/symbian/setup

Index: symbian/setup
===================================================================
--- symbian/setup	(revision 25110)
+++ symbian/setup	(revision 25111)
@@ -343,6 +343,7 @@
 @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 @@
 
 @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"}
 

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]