reactos/rostests/winetests/localui/localui.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

11 lines
393 B
Ruby

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