reactos/rostests/winetests/mshtml/mshtml.rbuild
Christoph von Wittich 27a2254546 [MSHTML_WINETEST]
update mshtml winetest to wine 1.1.36

svn path=/trunk/; revision=45136
2010-01-18 16:59:11 +00:00

29 lines
822 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="mshtml_winetest" type="win32cui" installbase="bin" installname="mshtml_winetest.exe" allowwarnings="true">
<include base="mshtml_winetest">.</include>
<define name="__ROS_LONG64__" />
<file>dom.c</file>
<file>events.c</file>
<file>htmldoc.c</file>
<file>htmllocation.c</file>
<file>misc.c</file>
<file>protocol.c</file>
<file>script.c</file>
<file>testlist.c</file>
<file>rsrc.rc</file>
<library>wine</library>
<library>uuid</library>
<library>strmiids</library>
<library>wininet</library>
<library>ole32</library>
<library>oleaut32</library>
<library>user32</library>
<library>gdi32</library>
<library>urlmon</library>
<library>advapi32</library>
<library>ntdll</library>
</module>
</group>