engine/group/bld.inf
changeset 61 02a754fad678
child 70 0a94e3bc0ef2
child 71 fbd95db6a4e1
--- /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