- Merge from trunk up to r45543
[reactos.git] / dll / win32 / authz / authz.rbuild
1 <module name="authz" type="win32dll" baseaddress="${BASEADDRESS_AUTHZ}" installbase="system32" installname="authz.dll" unicode="yes">
2 <importlibrary definition="authz.spec" />
3 <include base="authz">.</include>
4 <library>ntdll</library>
5 <library>advapi32</library>
6 <file>authz.c</file>
7 <file>clictx.c</file>
8 <file>resman.c</file>
9 <file>authz.rc</file>
10 <pch>precomp.h</pch>
11 </module>