* Bring back rbuild build to be used until bug 6372 is fixed.
[reactos.git] / dll / win32 / compstui / compstui.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="compstui" type="win32dll" baseaddress="${BASEADDRESS_COMPSTUI}" installbase="system32" installname="compstui.dll" allowwarnings="true">
5 <importlibrary definition="compstui.spec" />
6 <include base="compstui">.</include>
7 <include base="ReactOS">include/reactos/wine</include>
8 <define name="__WINESRC__" />
9 <file>compstui_main.c</file>
10 <library>wine</library>
11 <library>ntdll</library>
12 </module>
13 </group>