reactos/rostests/winetests/winhttp/winhttp.rbuild
Pierre Schweitzer d2b37f54df Commit 2/2
Imported mstask_winetest.exe, winhttp_winetest.exe from Wine HEAD

svn path=/trunk/; revision=36031
2008-09-07 13:50:21 +00:00

17 lines
547 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="winhttp_winetest" type="win32cui" installbase="bin" installname="winhttp_winetest.exe" allowwarnings="true">
<include base="winhttp_winetest">.</include>
<define name="WINVER">0x600</define>
<define name="_WIN32_WINNT">0x600</define>
<file>notification.c</file>
<file>testlist.c</file>
<file>winhttp.c</file>
<library>wine</library>
<library>winhttp</library>
<library>kernel32</library>
<library>ntdll</library>
</module>
</group>