equal
deleted
inserted
replaced
|
1 // sqlsrv.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 #include <fshell/common.mmh> |
|
13 |
|
14 |
|
15 TARGET fshell_sqlsrv.exe |
|
16 TARGETTYPE exe |
|
17 UID FSHELL_UID2_FSHELL_EXE FSHELL_UID_SQLSRV |
|
18 |
|
19 capability Location WriteDeviceData ReadDeviceData ReadUserData |
|
20 |
|
21 userinclude . |
|
22 #include <fshell/fsh_system_include.mmh> |
|
23 systeminclude FSHELL_NETWORKING_SYSTEMINCLUDE |
|
24 |
|
25 sourcepath . |
|
26 source sqlsrv.cpp |
|
27 |
|
28 SOURCE sqlcmd_open.cpp |
|
29 |
|
30 library euser.lib efsrv.lib estor.lib |
|
31 library iocli.lib |
|
32 |
|
33 LIBRARY ws32.lib |
|
34 |
|
35 library sqldb.lib |