equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #ifdef TOOLS2 |
|
17 target libseclib.a |
|
18 #else |
|
19 target seclib.lib |
|
20 #endif |
|
21 targettype lib |
|
22 |
|
23 sourcepath ../seclib |
|
24 source seclib.cpp |
|
25 |
|
26 sourcepath ../e32image |
|
27 source e32image.cpp |
|
28 |
|
29 sourcepath ../e32image/deflate |
|
30 source decode.cpp encode.cpp deflate.cpp inflate.cpp panic.cpp compress.cpp |
|
31 |
|
32 sourcepath ../../../imgtools/imglib/compress |
|
33 source pagedcompress.cpp byte_pair.cpp |
|
34 |
|
35 sourcepath ../../../imgtools/imglib/e32uid |
|
36 source e32uid.cpp |
|
37 |
|
38 sourcepath ../setcap |
|
39 source setcap.cpp |
|
40 |
|
41 sourcepath ../../../imgtools/imglib/host |
|
42 source h_file.cpp h_mem.cpp h_utl.cpp |
|
43 |
|
44 userinclude ../../../imgtools/imglib/compress |
|
45 userinclude ../setcap |
|
46 userinclude ../../e32lib/e32image/inc |
|
47 systeminclude /epoc32/include |
|
48 |
|
49 OPTION GCC -w |
|
50 |
|
51 //macro __PLACEMENT_NEW_INLINE |
|
52 //macro __PLACEMENT_VEC_NEW_INLINE |
|
53 |
|
54 START WINS |
|
55 WIN32_HEADERS |
|
56 END // WINS |
|
57 |
|
58 VENDORID 0x70000001 |