reactos/dll/win32/hlink/hlink.rbuild
Timo Kreuzer 9ea495ba33 Create a branch for header work.
svn path=/branches/header-work/; revision=45691
2010-02-26 22:57:55 +00:00

23 lines
772 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<group>
<module name="hlink" type="win32dll" baseaddress="${BASEADDRESS_HLINK}" installbase="system32" installname="hlink.dll" allowwarnings="true">
<autoregister infsection="OleControlDlls" type="DllRegisterServer" />
<importlibrary definition="hlink.spec" />
<include base="hlink">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<file>browse_ctx.c</file>
<file>extserv.c</file>
<file>hlink_main.c</file>
<file>link.c</file>
<library>wine</library>
<library>shell32</library>
<library>ole32</library>
<library>advapi32</library>
<library>urlmon</library>
<library>uuid</library>
<library>ntdll</library>
</module>
</group>