mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
9ea495ba33
svn path=/branches/header-work/; revision=45691
8 lines
350 B
Ruby
8 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>
|