reactos/rostests/winetests/iphlpapi/iphlpapi.rbuild
Christoph von Wittich 3befe40733 add func_iphlpapi winetest from wine 1.1.11
svn path=/trunk/; revision=38466
2008-12-30 09:10:17 +00:00

14 lines
468 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="iphlpapi_winetest" type="win32cui" installbase="bin" installname="iphlpapi_winetest.exe" allowwarnings="true">
<compilerflag compiler="cc">-Wno-format</compilerflag>
<include base="iphlpapi_winetest">.</include>
<file>iphlpapi.c</file>
<file>testlist.c</file>
<library>wine</library>
<library>kernel32</library>
<library>ntdll</library>
</module>
</group>