author | Sebastian Brannstrom <sebastianb@symbian.org> |
Wed, 15 Sep 2010 17:19:40 +0100 | |
branch | 3rded |
changeset 219 | 3aa0b93477b5 |
parent 177 | 269e3f3e544a |
permissions | -rw-r--r-- |
2 | 1 |
/* |
2 |
* Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB |
|
3 |
* |
|
4 |
* All rights reserved. |
|
5 |
* This component and the accompanying materials are made available |
|
6 |
* under the terms of the License "Eclipse Public License v1.0" |
|
7 |
* which accompanies this distribution, and is available |
|
8 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 |
* |
|
10 |
* Initial Contributors: |
|
11 |
* EmbedDev AB - initial contribution. |
|
12 |
* |
|
13 |
* Contributors: |
|
14 |
* |
|
15 |
* Description: |
|
16 |
* |
|
17 |
*/ |
|
18 |
||
19 |
// must build a .lib since sqlite uses "initialized writable data" |
|
20 |
TARGET podcastengine.lib |
|
21 |
TARGETTYPE LIB |
|
22 |
||
23 |
SOURCEPATH ..\src |
|
24 |
USERINCLUDE ..\inc |
|
25 |
SYSTEMINCLUDE \epoc32\include |
|
177
269e3f3e544a
Lots of fixes for 3rd edition. First test SIS file, 0.90(3)
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
176
diff
changeset
|
26 |
USERINCLUDE ..\..\engine\sqlite\inc |
2 | 27 |
|
28 |
// Engine |
|
29 |
SOURCE HttpClient.cpp |
|
30 |
SOURCE HttpEventHandler.cpp |
|
31 |
SOURCE FeedParser.cpp |
|
32 |
SOURCE FeedEngine.cpp |
|
33 |
SOURCE ShowInfo.cpp |
|
34 |
SOURCE FeedInfo.cpp |
|
35 |
SOURCE FeedTimer.cpp |
|
36 |
SOURCE ShowEngine.cpp |
|
37 |
SOURCE SettingsEngine.cpp |
|
38 |
SOURCE MetaDataReader.cpp |
|
39 |
SOURCE OpmlParser.cpp |
|
40 |
SOURCE PodcastUtils.cpp |
|
41 |
SOURCE PodCastModel.cpp |
|
42 |
SOURCE ImageHandler.cpp |
|
43 |
SOURCE ConnectionEngine.cpp |