reactos/rosapps/dxtest/win32kdxtest/win32kdxtest.rbuild
Magnus Olsen 06b4e06c8a win32k dx test are now compatible with all Windows and ReactOS that got a d3d8thk.dll file
rember that file are diffent for Windows 2000 and Windows XP/2003 ReactOS d38thk.dll are Windows XP/2003 compatible. 

svn path=/trunk/; revision=25878
2007-02-22 19:21:10 +00:00

13 lines
471 B
Ruby

<module name="win32kdxtest" type="win32cui" installbase="bin" installname="win32kdxtest.exe" allowwarnings ="true" >
<include base="win32kdxtest">.</include>
<define name="__USE_W32API" />
<define name="__REACTOS__" />
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<library>d3d8thk</library>
<file>main.c</file>
<file>dump.c</file>
</module>