Move tests from rosapps to rostests

svn path=/trunk/; revision=26010
This commit is contained in:
Aleksey Bragin
2007-03-06 11:10:43 +00:00
parent 3e98dbd825
commit 2199ae9003
262 changed files with 362 additions and 6 deletions

View 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>