mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
107c3d29cb
-sync winetest to WINE-rc1 -add a rbuild file for winetest (not added to build yet) note: minor winetest modifications should be made like loading tests from a folder at startup svn path=/trunk/; revision=33556
31 lines
No EOL
1 KiB
Ruby
31 lines
No EOL
1 KiB
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="rpcrt4_winetest_server" type="rpcserver" allowwarnings="true">
|
|
<file>server.idl</file>
|
|
</module>
|
|
<module name="rpcrt4_winetest_client" type="rpcclient">
|
|
<file>server.idl</file>
|
|
</module>
|
|
<module name="rpcrt4_winetest" type="win32cui" installbase="bin" installname="rpcrt4_winetest.exe" allowwarnings="true">
|
|
<include base="rpcrt4_winetest">.</include>
|
|
<include root="intermediate" base="rpcrt4_winetest">.</include>
|
|
<define name="__USE_W32API" />
|
|
<library>wine</library>
|
|
<library>pseh</library>
|
|
<library>ole32</library>
|
|
<library>uuid</library>
|
|
<library>rpcrt4_winetest_server</library>
|
|
<library>rpcrt4_winetest_client</library>
|
|
<library>rpcrt4</library>
|
|
<library>kernel32</library>
|
|
<library>ntdll</library>
|
|
<file>cstub.c</file>
|
|
<file>generated.c</file>
|
|
<file>ndr_marshall.c</file>
|
|
<file>rpc.c</file>
|
|
<file>rpc_async.c</file>
|
|
<file>server.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|
|
</group> |