mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 09:50:02 +00:00
15 lines
572 B
Ruby
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>
|