added xml makefiles for each test based on the alphablend makefile. These all need to be corrected and enabled.

svn path=/trunk/; revision=19148
This commit is contained in:
Steven Edwards 2005-11-11 21:12:13 +00:00
parent 7f094d6640
commit b02a62a257
89 changed files with 890 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<module name="alphablend" type="win32gui" installbase="system32" installname="alphablend.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>