Fix some .rbuild file problems
[reactos.git] / reactos / dll / win32 / compstui / compstui.rbuild
1 <module name="compstui" type="win32dll" baseaddress="${BASEADDRESS_COMPSTUI}" installbase="system32" installname="compstui.dll" allowwarnings="true" entrypoint="0">
2 <importlibrary definition="compstui.spec.def" />
3 <include base="compstui">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="__WINESRC__" />
6 <define name="__USE_W32API" />
7 <define name="_WIN32_IE">0x600</define>
8 <define name="_WIN32_WINNT">0x501</define>
9 <define name="WINVER">0x501</define>
10 <library>wine</library>
11 <library>kernel32</library>
12 <library>ntdll</library>
13 <file>compstui_main.c</file>
14 <file>compstui.spec</file>
15 </module>