reactos/reactos/dll/win32/lsasrv/lsasrv.rbuild

15 lines
514 B
Plaintext
Raw Normal View History

<module name="lsasrv" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_LSASRV}" installbase="system32" installname="lsasrv.dll" unicode="yes">
<importlibrary definition="lsasrv.def" />
<include base="lsasrv">.</include>
<include base="lsa_server">.</include>
<library>lsa_server</library>
<library>wine</library>
<library>kernel32</library>
<library>rpcrt4</library>
<library>ntdll</library>
<library>pseh</library>
<file>lsarpc.c</file>
<file>lsasrv.c</file>
<file>lsasrv.rc</file>
</module>