equal
deleted
inserted
replaced
|
1 // Copyright (c) 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 the License "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 |
|
17 TARGET charsettran.exe |
|
18 TARGETTYPE exe |
|
19 SOURCEPATH ../src |
|
20 SOURCE charsettran.cpp |
|
21 SOURCEPATH ../../imglib/host |
|
22 SOURCE h_utl.cpp |
|
23 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
24 //SYSTEMINCLUDE /epoc32/include |
|
25 SYSTEMINCLUDE /epoc32/include/tools/stlport |
|
26 //SYSTEMINCLUDE ../../imglib/boostlibrary |
|
27 USERINCLUDE ../../imglib/uniconv/include |
|
28 USERINCLUDE ../../imglib/inc |
|
29 |
|
30 //STATICLIBRARY boost_regex-1.39 |
|
31 //STATICLIBRARY stlport.5.1 |
|
32 STATICLIBRARY uniconv |
|
33 #ifdef TOOLS2_LINUX |
|
34 OPTION GCC -pthread -O2 -Wno-uninitialized |
|
35 #else |
|
36 OPTION GCC -mthreads -O2 -Wno-uninitialized |
|
37 #endif |
|
38 |
|
39 |
|
40 VENDORID 0x70000001 |