equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Project configure file. |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef PRJCONFIG_H |
|
20 #define PRJCONFIG_H |
|
21 |
|
22 /** |
|
23 * Traces are enabled in _DEBUG build, by default. |
|
24 */ |
|
25 #ifdef _DEBUG |
|
26 #define PRJ_ENABLE_TRACE |
|
27 #endif |
|
28 |
|
29 /** |
|
30 * traces to file if this is defined. |
|
31 */ |
|
32 //#define PRJ_FILE_TRACE |
|
33 |
|
34 |
|
35 /** |
|
36 * build the project for module test purpose if this is defined |
|
37 */ |
|
38 //#define PRJ_MODULETEST_BUILD |
|
39 |
|
40 /** |
|
41 * build the project using stubs to replace the dependencies if this is defined |
|
42 */ |
|
43 //#define PRJ_USE_STUB |
|
44 |
|
45 |
|
46 #endif // PRJCONFIG_H |