2008-05-12 08:33:26 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
|
|
<group>
|
2007-03-06 11:59:18 +00:00
|
|
|
<module name="setupapi_winetest" type="win32cui" installbase="bin" installname="setupapi_winetest.exe" allowwarnings="true">
|
2008-12-24 16:52:58 +00:00
|
|
|
<compilerflag compiler="cc">-Wno-format</compilerflag>
|
2007-03-06 11:59:18 +00:00
|
|
|
<include base="setupapi_winetest">.</include>
|
|
|
|
<define name="__USE_W32API" />
|
2009-01-18 06:31:44 +00:00
|
|
|
<define name="__ROS_LONG64__" />
|
2007-03-06 11:59:18 +00:00
|
|
|
<library>ntdll</library>
|
|
|
|
<library>kernel32</library>
|
|
|
|
<library>advapi32</library>
|
|
|
|
<library>setupapi</library>
|
2008-05-12 08:33:26 +00:00
|
|
|
<library>user32</library>
|
2007-03-06 11:59:18 +00:00
|
|
|
<file>devclass.c</file>
|
2008-05-12 08:33:26 +00:00
|
|
|
<file>devinst.c</file>
|
2007-03-06 11:59:18 +00:00
|
|
|
<file>install.c</file>
|
2008-05-12 08:33:26 +00:00
|
|
|
<file>misc.c</file>
|
2007-03-06 11:59:18 +00:00
|
|
|
<file>parser.c</file>
|
|
|
|
<file>query.c</file>
|
|
|
|
<file>stringtable.c</file>
|
|
|
|
<file>testlist.c</file>
|
|
|
|
</module>
|
2008-05-12 08:33:26 +00:00
|
|
|
</group>
|