equal
deleted
inserted
replaced
|
1 // iocli.mmp |
|
2 // |
|
3 // Copyright (c) 2006 - 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 iocli.dll |
|
16 targettype dll |
|
17 capability FSHELL_CAP_MMP_MAX |
|
18 |
|
19 systeminclude ..\inc |
|
20 #include <fshell/fsh_system_include.mmh> |
|
21 |
|
22 sourcepath ..\client |
|
23 |
|
24 source client.cpp |
|
25 source command_base.cpp |
|
26 source command_info_file.cpp |
|
27 source env.cpp |
|
28 source file_utils.cpp |
|
29 source pod_lexer.cpp |
|
30 source pod_formatter.cpp |
|
31 source text_formatter.cpp |
|
32 source iocons.cpp |
|
33 source client_command.cpp |
|
34 source server_command.cpp |
|
35 source memoryaccesscmd.cpp |
|
36 |
|
37 library euser.lib |
|
38 library efsrv.lib |
|
39 library ltkutils-tcb.lib |
|
40 library lineeditor.lib |
|
41 |
|
42 deffile iocli.def |