author | Sebastian Brannstrom <sebastianb@symbian.org> |
Wed, 07 Jul 2010 14:19:21 +0100 | |
branch | symbian1 |
changeset 164 | 000f9fc147b2 |
parent 146 | 78d1b03a94ff |
child 175 | cd124c4eb6b9 |
permissions | -rw-r--r-- |
146
78d1b03a94ff
Disable Bug 2737, since it's not quite working yet
Brendan Donegan <brendand@symbian.org>
parents:
80
diff
changeset
|
1 |
|
61 | 2 |
/* |
3 |
* Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB |
|
4 |
* |
|
5 |
* All rights reserved. |
|
6 |
* This component and the accompanying materials are made available |
|
7 |
* under the terms of the License "Eclipse Public License v1.0" |
|
8 |
* which accompanies this distribution, and is available |
|
9 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
10 |
* |
|
11 |
* Initial Contributors: |
|
12 |
* EmbedDev AB - initial contribution. |
|
13 |
* |
|
14 |
* Contributors: |
|
15 |
* |
|
16 |
* Description: |
|
17 |
* |
|
18 |
*/ |
|
19 |
||
20 |
PRJ_PLATFORMS |
|
21 |
GCCE |
|
22 |
WINSCW |
|
23 |
||
24 |
PRJ_MMPFILES |
|
76
bcf91cd34ddd
Workaround for UREL crash in sqlite: Pre-compiled UDEB versions of SQLite are now copied in place at build time for both UDEB and UREL. Ugly, but it works.
teknolog
parents:
70
diff
changeset
|
25 |
//..\sqlite\group\sqlite.mmp |
61 | 26 |
engine.mmp |
27 |
||
28 |
PRJ_EXPORTS |
|
76
bcf91cd34ddd
Workaround for UREL crash in sqlite: Pre-compiled UDEB versions of SQLite are now copied in place at build time for both UDEB and UREL. Ugly, but it works.
teknolog
parents:
70
diff
changeset
|
29 |
// export pre-build sqlite |
bcf91cd34ddd
Workaround for UREL crash in sqlite: Pre-compiled UDEB versions of SQLite are now copied in place at build time for both UDEB and UREL. Ugly, but it works.
teknolog
parents:
70
diff
changeset
|
30 |
..\sqlite\sqlite_podcatcher_winscw.lib \epoc32\release\winscw\udeb\sqlite_podcatcher.lib |
80
ea2321db6cb6
Forgot to close file handle on failed download. Fixed now. Also fix for SQLite static library.
teknolog
parents:
76
diff
changeset
|
31 |
..\sqlite\sqlite_podcatcher_gcce.lib \epoc32\release\armv5\udeb\sqlite_podcatcher.lib |
ea2321db6cb6
Forgot to close file handle on failed download. Fixed now. Also fix for SQLite static library.
teknolog
parents:
76
diff
changeset
|
32 |
..\sqlite\sqlite_podcatcher_gcce.lib \epoc32\release\armv5\urel\sqlite_podcatcher.lib |
76
bcf91cd34ddd
Workaround for UREL crash in sqlite: Pre-compiled UDEB versions of SQLite are now copied in place at build time for both UDEB and UREL. Ugly, but it works.
teknolog
parents:
70
diff
changeset
|
33 |
|
61 | 34 |
..\config\podcatcher.sqlite \epoc32\winscw\c\private\A0009D00\podcatcher.sqlite.template |
35 |
..\config\defaultfeeds.xml \epoc32\winscw\c\private\A0009D00\defaultfeeds.xml |
|
36 |
..\config\testfeeds.xml \epoc32\winscw\c\data\testfeeds.xml |