equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1999-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 * Used with makesis to create digitally signed SIS files |
|
16 * MAKEKEYS component |
|
17 * |
|
18 */ |
|
19 |
|
20 |
|
21 /** |
|
22 @file |
|
23 */ |
|
24 |
|
25 PRJ_PLATFORMS |
|
26 TOOLS |
|
27 |
|
28 PRJ_EXPORTS |
|
29 |
|
30 ../group/makekeys.ipr /epoc32/engdoc/tools/makekeys.ipr |
|
31 |
|
32 PRJ_MMPFILES |
|
33 #ifdef TOOLS |
|
34 #ifndef TOOLS2 |
|
35 #ifdef MSVCDOTNET |
|
36 makefile ../src/makekeys.net.fil |
|
37 #else //!MSVCDOTNET |
|
38 makefile ../src/makekeys.fil |
|
39 #endif // MSVCDOTNET |
|
40 #endif // TOOLS2 |
|
41 #endif // TOOLS |
|
42 |
|
43 PRJ_TESTMMPFILES |