* Rbuild, our build system, has served us well so far, but its usefulness has since...
[reactos.git] / rostests / winetests / xmllite / xmllite.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <group>
4 <module name="xmllite_winetest" type="win32cui" installbase="bin" installname="xmllite_winetest.exe" allowwarnings="true">
5 <include base="wininet_winetest">.</include>
6 <define name="__ROS_LONG64__" />
7 <library>wine</library>
8 <library>xmllite</library>
9 <library>ole32</library>
10 <library>ntdll</library>
11 <file>reader.c</file>
12 <file>testlist.c</file>
13 </module>
14 </group>