# HG changeset patch # User teknolog # Date 1272461883 -3600 # Node ID 2e267e7da513390d23305761646dbc6c8950c859 # Parent fbd95db6a4e1f74e35688ac4b760425e46059a1d Fixed exports and best-effort iby file update diff -r fbd95db6a4e1 -r 2e267e7da513 application/group/bld.inf --- a/application/group/bld.inf Wed Apr 28 14:12:19 2010 +0100 +++ b/application/group/bld.inf Wed Apr 28 14:38:03 2010 +0100 @@ -24,7 +24,7 @@ Podcast.mmp PRJ_EXPORTS -..\help\podcatcher.hlp \epoc32\winscw\c\resource\help\podcatcher.hlp +..\help\podcatcher.hlp z:\resource\help\podcatcher.hlp PRJ_EXTENSIONS diff -r fbd95db6a4e1 -r 2e267e7da513 engine/group/bld.inf --- a/engine/group/bld.inf Wed Apr 28 14:12:19 2010 +0100 +++ b/engine/group/bld.inf Wed Apr 28 14:38:03 2010 +0100 @@ -26,6 +26,6 @@ engine.mmp PRJ_EXPORTS -..\config\podcatcher.sqlite \epoc32\winscw\c\private\A0009D00\podcatcher.sqlite.template -..\config\defaultfeeds.xml \epoc32\winscw\c\private\A0009D00\defaultfeeds.xml -..\config\testfeeds.xml \epoc32\winscw\c\data\testfeeds.xml \ No newline at end of file +..\config\podcatcher.sqlite z:\private\A0009D00\podcatcher.sqlite.template +..\config\defaultfeeds.xml z:\private\A0009D00\defaultfeeds.xml +..\config\testfeeds.xml c:\data\testfeeds.xml \ No newline at end of file diff -r fbd95db6a4e1 -r 2e267e7da513 group/podcatcher.iby --- a/group/podcatcher.iby Wed Apr 28 14:12:19 2010 +0100 +++ b/group/podcatcher.iby Wed Apr 28 14:38:03 2010 +0100 @@ -19,4 +19,16 @@ #ifndef __PODCATCHER_IBY__ #define __PODCATCHER_IBY__ +file=ABI_DIR\BUILD_DIR\podcast.exe sys\bin\podcast.ext +file=ABI_DIR\BUILD_DIR\podcastengine.dll sys\bin\podcastengine.dll + +data=ZRESOURCE\apps\podcast.rsc resource\apps\podcast.rsc +data=ZRESOURCE\apps\Podcast.mif resource\apps\Podcast.mif +data=ZRESOURCE\help\podcatcher.hlp resource\apps\podcatcher.hlp + +data=ZPRIVATE\10003a3f\apps\podcast_reg.rsc private\10003a3f\apps\podcast_reg.rsc +data=ZPRIVATE\A0009D00\backup_registration.xml private\A0009D00\backup_registration.xml +data=ZPRIVATE\A0009D00\podcatcher.sqlite.template private\A0009D00\podcatcher.sqlite.template +data=ZPRIVATE\A0009D00\defaultfeeds.xml private\A0009D00\defaultfeeds.xml + #endif