This is why we can't have nice things. Reverting r40538, r40539, due to RosBE differe...
[reactos.git] / reactos / dll / win32 / samlib / samlib.rbuild
1 <module name="samlib" type="win32dll" baseaddress="${BASEADDRESS_SAMLIB}" installbase="system32" installname="samlib.dll">
2 <importlibrary definition="samlib.spec" />
3 <include base="samlib">.</include>
4 <define name="_DISABLE_TIDENTS" />
5 <library>ntdll</library>
6 <library>kernel32</library>
7 <library>advapi32</library>
8 <file>dllmain.c</file>
9 <file>samlib.c</file>
10 <file>samlib.rc</file>
11 </module>