reactos/rostests/winetests/msvfw32/msvfw32.rbuild
Dmitry Chapyshev 3fa4b5dde4 - Add winetests for msctf, msvfw32, ntdsapi, ntprint, oleacc
svn path=/trunk/; revision=39791
2009-02-27 16:45:02 +00:00

11 lines
390 B
Ruby

<module name="msvfw32_winetest" type="win32cui" installbase="bin" installname="msvfw32_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<include base="msvfw32_winetest">.</include>
<file>msvfw.c</file>
<file>testlist.c</file>
<library>wine</library>
<library>msvfw32</library>
<library>kernel32</library>
<library>ntdll</library>
</module>