Created component bld.inf files requested by williamr
authorteknolog
Tue, 27 Apr 2010 22:22:02 +0100
changeset 61 02a754fad678
parent 60 4d230e702aa3
child 62 dcfa96a27a8b
Created component bld.inf files requested by williamr
application/group/bld.inf
engine/group/bld.inf
group/bld.inf
group/podcatcher.iby
--- /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
--- /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
--- 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
--- /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