reactos/dll/win32/security/security.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
350 B
Ruby

<module name="security" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_SECUR32}" installbase="system32" installname="security.dll">
<importlibrary definition="security.spec" />
<include base="security">.</include>
<define name="__SECURITY__" />
<library>ntdll</library>
<library>advapi32</library>
<file>security.rc</file>
</module>