adjust the rest of the old test makefiles. 80% done porting to rbuild.

svn path=/trunk/; revision=19167
This commit is contained in:
Steven Edwards
2005-11-12 03:53:21 +00:00
parent e2d06de0a7
commit bdbfab222d
34 changed files with 102 additions and 170 deletions

View File

@@ -1,10 +1,8 @@
<module name="alphablend" type="win32gui" installbase="bin" installname="alphablend.exe">
<module name="tnrqueue" type="win32gui" installbase="bin" installname="tnrqueue.exe">
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<define name="__USE_W32API" />
<library>kernel32</library>
<library>gdi32</library>
<file>alphablend.c</file>
</module>
<file>tnrqueue.c</file>
</module>