mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
4019caae75
svn path=/branches/shell32_new-bringup/; revision=51893
11 lines
390 B
Ruby
11 lines
390 B
Ruby
<module name="authz" type="win32dll" baseaddress="${BASEADDRESS_AUTHZ}" installbase="system32" installname="authz.dll" unicode="yes">
|
|
<importlibrary definition="authz.spec" />
|
|
<include base="authz">.</include>
|
|
<library>ntdll</library>
|
|
<library>advapi32</library>
|
|
<file>authz.c</file>
|
|
<file>clictx.c</file>
|
|
<file>resman.c</file>
|
|
<file>authz.rc</file>
|
|
<pch>precomp.h</pch>
|
|
</module>
|