Autosyncing with Wine HEAD
[reactos.git] / reactos / dll / win32 / compstui / compstui.rbuild
index 3805c86..ce16dbe 100644 (file)
@@ -1,15 +1,17 @@
+<?xml version="1.0"?>
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<group>
 <module name="compstui" type="win32dll" baseaddress="${BASEADDRESS_COMPSTUI}" installbase="system32" installname="compstui.dll" allowwarnings="true" entrypoint="0">
-        <importlibrary definition="compstui.spec.def" />
-        <include base="compstui">.</include>
-        <include base="ReactOS">include/reactos/wine</include>
-        <define name="__WINESRC__" />
-        <define name="__USE_W32API" />
-        <define name="_WIN32_IE">0x600</define>
-        <define name="_WIN32_WINNT">0x501</define>
-        <define name="WINVER">0x501</define>
-        <library>wine</library>
-        <library>kernel32</library>
-        <library>ntdll</library>
-        <file>compstui_main.c</file>
-        <file>compstui.spec</file>
+       <importlibrary definition="compstui.spec.def" />
+       <include base="compstui">.</include>
+       <include base="ReactOS">include/reactos/wine</include>
+       <define name="__WINESRC__" />
+       <define name="WINVER">0x600</define>
+       <define name="_WIN32_WINNT">0x600</define>
+       <file>compstui_main.c</file>
+       <file>compstui.spec</file>
+       <library>wine</library>
+       <library>kernel32</library>
+       <library>ntdll</library>
 </module>
+</group>