7df49f5c2e2d17ad3cf3afb08815f9d0504b62e2
[reactos.git] / reactos / dll / cpl / hdwwiz / hdwwiz.rbuild
1 <module name="hdwwiz" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_HDWWIZ}" installbase="system32" installname="hdwwiz.cpl">
2 <importlibrary definition="hdwwiz.def" />
3 <include base="hdwwiz">.</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 <library>setupapi</library>
11 <library>kernel32</library>
12 <file>hdwwiz.c</file>
13 <file>hdwwiz.rc</file>
14 </module>