# HG changeset patch # User teknolog # Date 1272403322 -3600 # Node ID 02a754fad67844a7a87a8b2b7f98690e918dfc9d # Parent 4d230e702aa3cba9932cc652f1fee0b5b15a4553 Created component bld.inf files requested by williamr diff -r 4d230e702aa3 -r 02a754fad678 application/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/application/group/bld.inf Tue Apr 27 22:22:02 2010 +0100 @@ -0,0 +1,29 @@ +/* + * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB + * + * All rights reserved. + * This component and the accompanying materials are made available + * under the terms of the License "Eclipse Public License v1.0" + * which accompanies this distribution, and is available + * at the URL "http://www.eclipse.org/legal/epl-v10.html". + * + * Initial Contributors: + * EmbedDev AB - initial contribution. + * + * Contributors: + * + * Description: + * + */ + +PRJ_PLATFORMS +GCCE +WINSCW + +PRJ_MMPFILES + +gnumakefile icons.mk +Podcast.mmp + +PRJ_EXPORTS +..\help\podcatcher.hlp \epoc32\winscw\c\resource\help\podcatcher.hlp diff -r 4d230e702aa3 -r 02a754fad678 engine/group/bld.inf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/engine/group/bld.inf Tue Apr 27 22:22:02 2010 +0100 @@ -0,0 +1,35 @@ +/* + * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB + * + * All rights reserved. + * This component and the accompanying materials are made available + * under the terms of the License "Eclipse Public License v1.0" + * which accompanies this distribution, and is available + * at the URL "http://www.eclipse.org/legal/epl-v10.html". + * + * Initial Contributors: + * EmbedDev AB - initial contribution. + * + * Contributors: + * + * Description: + * + */ + +PRJ_PLATFORMS +GCCE +WINSCW + +PRJ_MMPFILES + +#ifdef SQLITE_INCLUDED +..\sqlite\group\sqlite.mmp +#endif + +PRJ_MMPFILES +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 diff -r 4d230e702aa3 -r 02a754fad678 group/bld.inf --- a/group/bld.inf Tue Apr 27 19:26:48 2010 +0100 +++ b/group/bld.inf Tue Apr 27 22:22:02 2010 +0100 @@ -15,25 +15,6 @@ * Description: * */ - -PRJ_PLATFORMS -GCCE -WINSCW -PRJ_MMPFILES - -#ifdef SQLITE_INCLUDED -..\engine\sqlite\group\sqlite.mmp -#endif - -PRJ_MMPFILES -..\engine\group\engine.mmp - -gnumakefile ..\application\group\icons.mk -..\application\group\Podcast.mmp - -PRJ_EXPORTS -..\engine\config\podcatcher.sqlite \epoc32\winscw\c\private\A0009D00\podcatcher.sqlite.template -..\engine\config\defaultfeeds.xml \epoc32\winscw\c\private\A0009D00\defaultfeeds.xml -..\engine\config\testfeeds.xml \epoc32\winscw\c\data\testfeeds.xml -..\application\help\podcatcher.hlp \epoc32\winscw\c\resource\help\podcatcher.hlp +#include "..\engine\group\bld.inf" +#include "..\application\group\bld.inf" \ No newline at end of file diff -r 4d230e702aa3 -r 02a754fad678 group/podcatcher.iby --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/group/podcatcher.iby Tue Apr 27 22:22:02 2010 +0100 @@ -0,0 +1,22 @@ +/* + * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB + * + * All rights reserved. + * This component and the accompanying materials are made available + * under the terms of the License "Eclipse Public License v1.0" + * which accompanies this distribution, and is available + * at the URL "http://www.eclipse.org/legal/epl-v10.html". + * + * Initial Contributors: + * Sebastian Brannstrom + * + * Contributors: + * + * Description: + * + */ + +#ifndef __PODCATCHER_IBY__ +#define __PODCATCHER_IBY__ + +#endif