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 |
|
21 TARGET signsis.exe |
|
22 TARGETTYPE exe |
|
23 |
|
24 USERINCLUDE ../source/signsis |
|
25 USERINCLUDE ../source/signsislib |
|
26 USERINCLUDE ../source/sisxlibrary |
|
27 USERINCLUDE ../../swianalysistoolkit/source/common |
|
28 |
|
29 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 SYSTEMINCLUDE ../../openssllib/import/inc/openssl |
|
31 SYSTEMINCLUDE ../../openssllib/import/inc |
|
32 |
|
33 SOURCEPATH ../source/signsis |
|
34 SOURCE main.cpp |
|
35 SOURCE parameter.cpp |
|
36 |
|
37 STATICLIBRARY signsis |
|
38 STATICLIBRARY sisx |
|
39 |
|
40 #ifndef TOOLS2_LINUX |
|
41 STATICLIBRARY eay32 zlib seclib |
|
42 #else |
|
43 STATICLIBRARY crypto zlib seclib |
|
44 #endif |
|
45 |
|
46 OPTION GCC -w |
|
47 OPTION GCC -fno-stack-check |
|
48 OPTION GCC -fpermissive |
|
49 MACRO _UNICODE _CONSOLE _STLP_THREADS UNICODE |
|
50 |