mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:41:40 +00: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:
parent
7f094d6640
commit
b02a62a257
89 changed files with 890 additions and 0 deletions
10
rosapps/tests/diskspeed/diskspeed.xml
Normal file
10
rosapps/tests/diskspeed/diskspeed.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>
|
Loading…
Add table
Add a link
Reference in a new issue