- Implement ProtocolResetComplete
[reactos.git] / dll / win32 / lsasrv / lsasrv.rbuild
1 <module name="lsasrv" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_LSASRV}" installbase="system32" installname="lsasrv.dll" unicode="yes">
2 <importlibrary definition="lsasrv.def" />
3 <include base="lsasrv">.</include>
4 <include base="lsa_server">.</include>
5 <define name="WINVER">0x600</define>
6 <define name="_WIN32_WINNT">0x0600</define>
7 <library>lsa_server</library>
8 <library>ntdll</library>
9 <library>kernel32</library>
10 <library>rpcrt4</library>
11 <library>pseh</library>
12 <file>lsarpc.c</file>
13 <file>lsasrv.c</file>
14 <file>lsasrv.rc</file>
15 </module>