reactos/rostests/dxtest/ddraw/ddraw.rbuild
KJK::Hyperion bbfe8fa8d7 Some obsolete flags removed, some useless compiler flags removed & shit. Nothing earth-shattering
<insert ginormous commit message ruined by TortoiseSVN's shitty GUI>

svn path=/trunk/; revision=40537
2009-04-16 02:18:00 +00:00

13 lines
369 B
Ruby

<module name="ddraw_test" type="win32cui" allowwarnings="false">
<include base="ddraw_test">.</include>
<library>kernel32</library>
<library>user32</library>
<library>gdi32</library>
<library>ole32</library>
<library>ddraw</library>
<library>dxguid</library>
<file>ddraw_test.cpp</file>
<file>helper.cpp</file>
<file>testlist.cpp</file>
</module>