reactos/rostests/winetests/inetcomm/inetcomm.rbuild
Dmitry Chapyshev 06448880e7 - Add winetests for inetcomm, inetmib1, itss, localspl, localui
svn path=/trunk/; revision=39790
2009-02-27 16:23:50 +00:00

14 lines
476 B
Ruby

<module name="inetcomm_winetest" type="win32cui" installbase="bin" installname="inetcomm_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<include base="inetcomm_winetest">.</include>
<file>mimeintl.c</file>
<file>mimeole.c</file>
<file>testlist.c</file>
<library>wine</library>
<library>inetcomm</library>
<library>oleaut32</library>
<library>ole32</library>
<library>kernel32</library>
<library>ntdll</library>
</module>