reactos/rostests/winetests/hlink/hlink.rbuild
The Wine Synchronizer 62b25eb05e Autosyncing with Wine HEAD
svn path=/trunk/; revision=31799
2008-01-14 17:07:49 +00:00

18 lines
574 B
Ruby

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