application/group/bld.inf
author teknolog
Wed, 28 Apr 2010 00:04:02 +0100
changeset 63 aefdc579987d
parent 61 02a754fad678
child 70 0a94e3bc0ef2
child 71 fbd95db6a4e1
permissions -rw-r--r--
Fixes to make Podcatcher compile in S^3 based on Brendan's branch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     1
/*
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     2
 * Copyright (c) 2007-2010 Sebastian Brannstrom, Lars Persson, EmbedDev AB
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     3
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     4
 * All rights reserved.
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     5
 * This component and the accompanying materials are made available
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     6
 * under the terms of the License "Eclipse Public License v1.0"
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     7
 * which accompanies this distribution, and is available
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     8
 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
     9
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    10
 * Initial Contributors:
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    11
 * EmbedDev AB - initial contribution.
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    12
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    13
 * Contributors:
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    14
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    15
 * Description:
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    16
 *
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    17
 */
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    18
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    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
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    21
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    22
PRJ_MMPFILES
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    23
63
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    24
#ifdef SYMBIAN_1
61
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    25
gnumakefile icons.mk
63
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    26
#endif
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    27
61
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    28
Podcast.mmp
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    29
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    30
PRJ_EXPORTS
02a754fad678 Created component bld.inf files requested by williamr
teknolog
parents:
diff changeset
    31
..\help\podcatcher.hlp \epoc32\winscw\c\resource\help\podcatcher.hlp
63
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    32
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    33
#ifndef SYMBIAN_1
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    34
PRJ_EXTENSIONS
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    35
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    36
START EXTENSION s60/mifconv
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    37
OPTION TARGETFILE Podcast.mif
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    38
OPTION HEADERFILE Podcast.mbg
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    39
OPTION SOURCEDIR ../data/images
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    40
OPTION SOURCES \
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    41
    -c16,1 podcatcher_64px\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    42
    -c16,1 Audio\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    43
    -c16,1 Audio_new\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    44
    -c16,1 Audio_queued\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    45
    -c16,1 Audio_downloading\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    46
    -c16,1 Audio_downloaded\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    47
    -c16,1 Audio_downloaded_new\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    48
    -c16,1 Audio_failed\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    49
    -c16,1 Audio_suspended\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    50
    -c16,1 Video.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    51
	-c16,1 Video_new.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    52
	-c16,1 Video_queued.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    53
	-c16,1 Video_downloading.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    54
	-c16,1 Video_downloaded.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    55
	-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
    56
	-c16,1 Video_failed.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    57
	-c16,1 Video_suspended.svg\
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    58
    -c16,1 Feed
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    59
END
aefdc579987d Fixes to make Podcatcher compile in S^3 based on Brendan's branch
teknolog
parents: 61
diff changeset
    60
#endif