equal
deleted
inserted
replaced
|
1 // remote_console.mmp |
|
2 // |
|
3 // Copyright (c) 2007 - 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 rcons.dll |
|
16 targettype dll |
|
17 uid 0x1000008d 0x100039e7 |
|
18 capability FSHELL_CAP_MMP_NORMAL |
|
19 |
|
20 sourcepath ..\src |
|
21 userinclude ..\inc |
|
22 #include <fshell/fsh_system_include.mmh> |
|
23 |
|
24 source remote_console.cpp |
|
25 source remote_console_config.cpp |
|
26 |
|
27 library ltkutils.lib |
|
28 library EUSER.LIB |
|
29 library EFSRV.LIB |
|
30 library ESOCK.LIB |
|
31 library INSOCK.LIB |
|
32 library COMMDB.LIB |
|
33 |
|
34 deffile remote_console.def |
|
35 |
|
36 macro USE_RCONNECTION |