equal
deleted
inserted
replaced
|
1 // win32cons.mmp |
|
2 // |
|
3 // Copyright (c) 2008 - 2010 Accenture. All rights reserved. |
|
4 // This component and the accompanying materials are made available |
|
5 // under the terms of the "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 // Accenture - Initial contribution |
|
11 // |
|
12 |
|
13 #include <fshell/common.mmh> |
|
14 |
|
15 target win32cons.dll |
|
16 targettype DLL |
|
17 uid 0x1000008d 0x100039e7 |
|
18 capability FSHELL_CAP_MMP_NORMAL |
|
19 |
|
20 sourcepath ..\src |
|
21 userinclude ..\src |
|
22 #include <fshell/fsh_system_include.mmh> |
|
23 systeminclude \epoc32\build\fshell/win32cons\generated |
|
24 |
|
25 source console.cpp win32cons.cpp keymappings.cpp |
|
26 |
|
27 library euser.lib |
|
28 library emulator.lib |
|
29 |
|
30 deffile win32cons.def |
|
31 |
|
32 start wins |
|
33 win32_library kernel32.lib |
|
34 end |