mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 10:44:37 +08:00
Move tests from rosapps to rostests
svn path=/trunk/; revision=26010
This commit is contained in:
8
rostests/tests/tmrqueue/tmrqueue.rbuild
Normal file
8
rostests/tests/tmrqueue/tmrqueue.rbuild
Normal file
@@ -0,0 +1,8 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user