equal
deleted
inserted
replaced
|
1 // Copyright (c) 1999-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 // Comms configuration database |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 PRJ_PLATFORMS |
|
24 TOOLS2 |
|
25 |
|
26 PRJ_EXTENSIONS |
|
27 |
|
28 start extension tools/x86tool |
|
29 option TARGET_NAME cedv9_5 |
|
30 option TARGET_TYPE exe |
|
31 option SOURCE ../../src/ced.cpp \ |
|
32 ../../src/CIniFile.cpp \ |
|
33 ../../src/database.cpp \ |
|
34 ../../src/filedump.cpp \ |
|
35 ../../src/epocerror.cpp \ |
|
36 ../../src/CXMLFile.cpp \ |
|
37 ../../src/CXMLContentHandler.cpp \ |
|
38 ../../src/input.cpp \ |
|
39 |
|
40 // For TOOLS2 always build the ROHID version of CED but call it ced.exe |
|
41 option MACROS __COMMDB_ROHID_SUPPORT__ |
|
42 |
|
43 option INCLUDES ../../inc |
|
44 |
|
45 option LIBS commsdatV9_5 symcenrep symxml symstore symfile symuser |
|
46 end |