equal
deleted
inserted
replaced
|
1 // iosrv.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 iosrv.exe |
|
16 targettype exe |
|
17 uid 0x100039CE FSHELL_UID_IOSRV |
|
18 capability FSHELL_CAP_MMP_NORMAL |
|
19 |
|
20 systeminclude ..\inc |
|
21 #include <fshell/fsh_system_include.mmh> |
|
22 |
|
23 sourcepath ..\server |
|
24 |
|
25 source server.cpp |
|
26 source session.cpp |
|
27 source endpoint.cpp |
|
28 source pipe.cpp |
|
29 source console.cpp |
|
30 source file.cpp |
|
31 source null.cpp |
|
32 source persistentconsole.cpp |
|
33 source readwrite.cpp |
|
34 source log.cpp |
|
35 source config.cpp |
|
36 source object.cpp |
|
37 |
|
38 library euser.lib |
|
39 library efsrv.lib |
|
40 library consoleproxy.lib |
|
41 library ltkutils.lib |
|
42 |
|
43 // Uncomment these to have the iosrv logging use clogger (IOSRV_LOGGING must be defined too) |
|
44 macro IOSRV_LOGGING_USES_CLOGGER |
|
45 library clogger.lib |