Clean up .rbuild files and make them xml compliant
[reactos.git] / reactos / base / system / rundll32 / rundll32.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="rundll32" type="win32gui" installbase="system32" installname="rundll32.exe">
4 <include base="rundll32">.</include>
5 <define name="UNICODE" />
6 <define name="__USE_W32API" />
7 <library>kernel32</library>
8 <library>user32</library>
9 <file>rundll32.c</file>
10 <file>rundll32.rc</file>
11 </module>