reactos/dll/win32/lsasrv/lsasrv.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

15 lines
572 B
Ruby

<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>
<define name="WINVER">0x600</define>
<define name="_WIN32_WINNT">0x0600</define>
<library>lsa_server</library>
<library>ntdll</library>
<library>kernel32</library>
<library>rpcrt4</library>
<library>pseh</library>
<file>lsarpc.c</file>
<file>lsasrv.c</file>
<file>lsasrv.rc</file>
</module>