* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / rostests / dibtests / alphablend / alphablend.rbuild
1 <module name="alphablend" type="win32gui" installbase="bin" installname="alphablend.exe">
2 <include base="alphablend">.</include>
3 <library>user32</library>
4 <library>gdi32</library>
5 <file>alphablend.c</file>
6 <file>alphablend.rc</file>
7 </module>