Created and renamed rbuild files
[reactos.git] / reactos / dll / win32 / authz / authz.rbuild
1 <module name="authz" type="win32dll" baseaddress="${BASEADDRESS_AUTHZ}" installbase="system32" installname="authz.dll">
2 <importlibrary definition="authz.def" />
3 <include base="authz">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x0500</define>
8 <define name="_WIN32_WINNT">0x0600</define>
9 <define name="WINVER">0x0600</define>
10 <library>ntdll</library>
11 <library>kernel32</library>
12 <library>advapi32</library>
13 <file>authz.c</file>
14 <file>clictx.c</file>
15 <file>resman.c</file>
16 <file>authz.rc</file>
17 <pch>precomp.h</pch>
18 </module>