mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
Build lsasrv.dll.
svn path=/trunk/; revision=16286
This commit is contained in:
@@ -133,6 +133,9 @@
|
||||
<directory name="libwine">
|
||||
<xi:include href="libwine/libwine.xml" />
|
||||
</directory>
|
||||
<directory name="lsasrv">
|
||||
<xi:include href="lsasrv/lsasrv.xml" />
|
||||
</directory>
|
||||
<directory name="lzexpand">
|
||||
<xi:include href="lzexpand/lz32.xml" />
|
||||
</directory>
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
<module name="lsasrv" type="win32dll" baseaddress="${BASEADDRESS_LSASRV}" entrypoint="0" installbase="system32" installname="lsasrv.dll">
|
||||
<importlibrary definition="lsasrv.def" />
|
||||
<include base="lsasrv">.</include>
|
||||
<define name="UNICODE" />
|
||||
<define name="_UNICODE" />
|
||||
<define name="__USE_W32API" />
|
||||
<linkerflag>-nostartfiles</linkerflag>
|
||||
<linkerflag>-nostdlib</linkerflag>
|
||||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<file>lsaport.c</file>
|
||||
<file>lsasrv.c</file>
|
||||
<file>lsasrv.rc</file>
|
||||
</module>
|
||||
Reference in New Issue
Block a user