mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
b17882ecd8
- Update tests to Wine head (as of 11th of May, 2008). svn path=/trunk/; revision=33464
21 lines
691 B
Ruby
21 lines
691 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="setupapi_winetest" type="win32cui" installbase="bin" installname="setupapi_winetest.exe" allowwarnings="true">
|
|
<include base="setupapi_winetest">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>ntdll</library>
|
|
<library>kernel32</library>
|
|
<library>advapi32</library>
|
|
<library>setupapi</library>
|
|
<library>user32</library>
|
|
<file>devclass.c</file>
|
|
<file>devinst.c</file>
|
|
<file>install.c</file>
|
|
<file>misc.c</file>
|
|
<file>parser.c</file>
|
|
<file>query.c</file>
|
|
<file>stringtable.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|
|
</group>
|