- Merge audio components from head
[reactos.git] / base / setup / welcome / welcome.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="welcome" type="win32gui" installbase="system32" installname="welcome.exe" unicode="yes">
4 <bootstrap installbase="$(CDOUTPUT)" />
5 <include base="welcome">.</include>
6 <library>gdi32</library>
7 <library>user32</library>
8 <file>welcome.c</file>
9 <file>welcome.rc</file>
10 </module>