The real, definitive, Visual C++ support branch. Accept no substitutes
[reactos.git] / base / applications / hh / hh.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="hh" type="win32gui" installbase="system32" installname="hh.exe" unicode="no">
4 <include base="hh">.</include>
5 <library>kernel32</library>
6 <library>user32</library>
7 <library>gdi32</library>
8 <file>main.c</file>
9 <file>hh.rc</file>
10 </module>