reactos/rostests/winetests/ntdsapi/ntdsapi.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
392 B
Ruby

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