mirror of
https://github.com/reactos/reactos.git
synced 2026-06-23 19:07:53 +08:00
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:
10
rosapps/tests/tmrqueue/tmrqueue.xml
Normal file
10
rosapps/tests/tmrqueue/tmrqueue.xml
Normal 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>
|
||||
Reference in New Issue
Block a user