author | teknolog |
Wed, 28 Apr 2010 14:38:03 +0100 | |
changeset 72 | 2e267e7da513 |
parent 71 | fbd95db6a4e1 |
permissions | -rw-r--r-- |
61 | 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 |
PRJ_PLATFORMS |
|
63
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
20 |
DEFAULT |
61 | 21 |
|
22 |
PRJ_MMPFILES |
|
23 |
||
24 |
Podcast.mmp |
|
25 |
||
26 |
PRJ_EXPORTS |
|
72 | 27 |
..\help\podcatcher.hlp z:\resource\help\podcatcher.hlp |
63
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
28 |
|
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
29 |
PRJ_EXTENSIONS |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
30 |
|
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
31 |
START EXTENSION s60/mifconv |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
32 |
OPTION TARGETFILE Podcast.mif |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
33 |
OPTION HEADERFILE Podcast.mbg |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
34 |
OPTION SOURCEDIR ../data/images |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
35 |
OPTION SOURCES \ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
36 |
-c16,1 podcatcher_64px\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
37 |
-c16,1 Audio\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
38 |
-c16,1 Audio_new\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
39 |
-c16,1 Audio_queued\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
40 |
-c16,1 Audio_downloading\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
41 |
-c16,1 Audio_downloaded\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
42 |
-c16,1 Audio_downloaded_new\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
43 |
-c16,1 Audio_failed\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
44 |
-c16,1 Audio_suspended\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
45 |
-c16,1 Video.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
46 |
-c16,1 Video_new.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
47 |
-c16,1 Video_queued.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
48 |
-c16,1 Video_downloading.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
49 |
-c16,1 Video_downloaded.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
50 |
-c16,1 Video_downloaded_new.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
51 |
-c16,1 Video_failed.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
52 |
-c16,1 Video_suspended.svg\ |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
53 |
-c16,1 Feed |
aefdc579987d
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents:
61
diff
changeset
|
54 |
END |