mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
4019caae75
svn path=/branches/shell32_new-bringup/; revision=51893
9 lines
339 B
Ruby
9 lines
339 B
Ruby
<module name="samlib" type="win32dll" baseaddress="${BASEADDRESS_SAMLIB}" installbase="system32" installname="samlib.dll">
|
|
<importlibrary definition="samlib.spec" />
|
|
<include base="samlib">.</include>
|
|
<library>ntdll</library>
|
|
<library>advapi32</library>
|
|
<file>dllmain.c</file>
|
|
<file>samlib.c</file>
|
|
<file>samlib.rc</file>
|
|
</module>
|