def4b7fff07b333b9f4761981bebee5e23d922fb
[reactos.git] / reactos / dll / cpl / usrmgr / usrmgr.rbuild
1 <module name="usrmgr" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_USRMGR}" installbase="system32" installname="usrmgr.cpl">
2 <importlibrary definition="usrmgr.def" />
3 <include base="usrmgr">.</include>
4 <define name="UNICODE" />
5 <define name="_UNICODE" />
6 <define name="__REACTOS__" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <!-- <define name="WINVER">0x501</define> -->
11 <!-- <define name="_WIN32" /> -->
12 <library>kernel32</library>
13 <library>user32</library>
14 <library>gdi32</library>
15 <library>comctl32</library>
16 <library>ntdll</library>
17 <library>netapi32</library>
18 <library>msvcrt</library>
19 <file>extra.c</file>
20 <file>groups.c</file>
21 <file>users.c</file>
22 <file>usrmgr.c</file>
23 <file>usrmgr.rc</file>
24 </module>