mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 05:18:55 +00:00
5a9ef42d46
add xmllite_winetest from wine 1.1.40 svn path=/trunk/; revision=45943
15 lines
466 B
Ruby
15 lines
466 B
Ruby
<?xml version="1.0"?>
|
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
|
<group>
|
|
<module name="xmllite_winetest" type="win32cui" installbase="bin" installname="xmllite_winetest.exe" allowwarnings="true">
|
|
<include base="wininet_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<library>wine</library>
|
|
<library>xmllite</library>
|
|
<library>ole32</library>
|
|
<library>ntdll</library>
|
|
<file>reader.c</file>
|
|
<file>testlist.c</file>
|
|
</module>
|
|
</group>
|