mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
36d6872c29
sync hlink_winetest to wine 1.1.39 svn path=/trunk/; revision=45799
16 lines
509 B
Ruby
16 lines
509 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">
|
|
<include base="hlink_winetest">.</include>
|
|
<define name="__ROS_LONG64__" />
|
|
<file>browse_ctx.c</file>
|
|
<file>hlink.c</file>
|
|
<file>testlist.c</file>
|
|
<library>wine</library>
|
|
<library>hlink</library>
|
|
<library>ole32</library>
|
|
<library>uuid</library>
|
|
<library>ntdll</library>
|
|
</module>
|
|
</group>
|