fa6e680f0f496897de2c3767411b78cfdb4aaf5d
[reactos.git] / reactos / dll / cpl / hdwwiz / hdwwiz.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="hdwwiz" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_HDWWIZ}" installbase="system32" installname="hdwwiz.cpl">
4 <importlibrary definition="hdwwiz.def" />
5 <include base="hdwwiz">.</include>
6 <define name="UNICODE" />
7 <define name="_UNICODE" />
8 <define name="__REACTOS__" />
9 <define name="__USE_W32API" />
10 <define name="_WIN32_IE">0x600</define>
11 <define name="_WIN32_WINNT">0x501</define>
12 <library>setupapi</library>
13 <library>kernel32</library>
14 <file>hdwwiz.c</file>
15 <file>hdwwiz.rc</file>
16 </module>