This is why we can't have nice things. Reverting r40536, r40537, due to RosBE differe...
[reactos.git] / rostests / tests / popupmenu / popupmenu.rbuild
1 <module name="popupmenu" type="win32gui" installbase="bin" installname="popupmenu.exe">
2 <define name="__USE_W32API" />
3 <include base="popupmenu">.</include>
4 <library>kernel32</library>
5 <library>user32</library>
6 <library>gdi32</library>
7 <file>popupmenu.c</file>
8 <file>popupmenu.rc</file>
9 </module>