2008-05-12 08:33:26 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
2007-03-06 11:59:18 +00:00
|
|
|
<module name="setupapi_winetest" type="win32cui" installbase="bin" installname="setupapi_winetest.exe" allowwarnings="true">
|
2009-12-02 20:32:16 +00:00
|
|
|
<include base="setupapi_winetest">.</include>
|
|
|
|
<define name="__ROS_LONG64__" />
|
|
|
|
<library>ntdll</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>
|
Sync advapi32, gdi32, gdiplus, inetmib1, kernel32, mlang, msi, msvcrt, ntdll, oleaut32, rpcrt4, secur32, setupapi, shdocvw, shlwapi, snmpapi, twain_32, urlmon, user32, userenv, usp10, winhttp, wininet, wintrust, ws2_32 winetests to Wine 1.2rc6
svn path=/trunk/; revision=47939
2010-07-04 19:08:47 +00:00
|
|
|
<file>setupcab.c</file>
|
2009-12-02 20:32:16 +00:00
|
|
|
<file>stringtable.c</file>
|
|
|
|
<file>testlist.c</file>
|
2007-03-06 11:59:18 +00:00
|
|
|
</module>
|