fixed most of the tests to process in rbuild. will fix linking in a bit

svn path=/trunk/; revision=19168
This commit is contained in:
Steven Edwards
2005-11-12 04:27:10 +00:00
parent bdbfab222d
commit b14fb42e35
20 changed files with 40 additions and 37 deletions

View File

@@ -1,8 +1,8 @@
<module name="tnrqueue" type="win32gui" installbase="bin" installname="tnrqueue.exe">
<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>tnrqueue.c</file>
<file>tmrqueue.c</file>
</module>