reactos/rostests/tests/popupmenu/popupmenu.rbuild
Christoph von Wittich 89ae880958 remove all version defines from rostests
svn path=/trunk/; revision=36942
2008-10-25 14:04:03 +00:00

10 lines
304 B
Ruby

<module name="popupmenu" type="win32gui" installbase="bin" installname="popupmenu.exe">
<define name="__USE_W32API" />
<include base="popupmenu">.</include>
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<file>popupmenu.c</file>
<file>popupmenu.rc</file>
</module>