reactos/dll/win32/samlib/samlib.rbuild
Timo Kreuzer 6afbc8f483 Hopefully create a branch and not destroy the svn repository.
svn path=/branches/reactos-yarotows/; revision=45219
2010-01-23 23:25:04 +00:00

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>