reactos/rostests/winetests/xmllite/xmllite.rbuild
Christoph von Wittich 5a9ef42d46 [XMLLITE_WINETEST]
add xmllite_winetest from wine 1.1.40

svn path=/trunk/; revision=45943
2010-03-06 14:12:31 +00:00

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>