Files
reactos/rosapps/tests/tmrqueue/tmrqueue.xml
Steven Edwards b14fb42e35 fixed most of the tests to process in rbuild. will fix linking in a bit
svn path=/trunk/; revision=19168
2005-11-12 04:27:10 +00:00

9 lines
303 B
XML

<module name="tmrqueue" type="win32gui" installbase="bin" installname="tmrqueue.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<file>tmrqueue.c</file>
</module>