equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2008-2009 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 the License "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: |
|
15 * This mmp file is used to replace calling makefile directly. |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 TARGET libmakesis.a |
|
21 TARGETTYPE LIB |
|
22 |
|
23 |
|
24 USERINCLUDE ../source/makesislib |
|
25 USERINCLUDE ../source/sisxlibrary |
|
26 USERINCLUDE ../../swianalysistoolkit/source/common |
|
27 |
|
28 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
29 SYSTEMINCLUDE ../../openssllib/import/inc |
|
30 |
|
31 SOURCEPATH ../source/makesislib |
|
32 |
|
33 SOURCE packageparser.cpp |
|
34 |
|
35 |
|
36 #ifndef TOOLS2_LINUX |
|
37 MACRO _UNICODE _CONSOLE _STLP_THREADS _WIN32 UNICODE |
|
38 #else |
|
39 MACRO _UNICODE _CONSOLE UNICODE |
|
40 #endif |
|
41 |
|
42 OPTION GCC -w |
|
43 OPTION GCC -fno-stack-check |
|
44 OPTION GCC -fpermissive |
|
45 |