mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
5c6d424c26
svn path=/trunk/; revision=40057
16 lines
529 B
Ruby
16 lines
529 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="wlanapi_winetest" type="win32cui" installbase="bin" installname="wlanapi_winetest.exe" allowwarnings="true">
|
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
|
<include base="wininet_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<library>wine</library>
|
|
<library>wlanapi</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<file>wlanapi.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|
|
</group>
|