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