mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
14 lines
468 B
Text
14 lines
468 B
Text
|
<?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>
|