equal
deleted
inserted
replaced
|
1 // consoleextensions.mmp |
|
2 // |
|
3 // Copyright (c) 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 consoleextensions.dll |
|
16 targettype DLL |
|
17 uid 0x1000008d FSHELL_UID_CONSOLEEXTENSIONS |
|
18 capability FSHELL_CAP_MMP_NORMAL |
|
19 |
|
20 sourcepath . |
|
21 userinclude . |
|
22 #include <fshell/fsh_system_include.mmh> |
|
23 |
|
24 source consoleextensions.cpp |
|
25 |
|
26 library euser.lib |
|
27 library econs.lib |
|
28 |
|
29 nostrictdef |
|
30 deffile .\~\consoleextensions.def |