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

10 lines
406 B
Ruby

<module name="httpapi" type="win32dll" baseaddress="${BASEADDRESS_HTTPAPI}" installbase="system32" installname="httpapi.dll" allowwarnings="true">
<importlibrary definition="httpapi.spec" />
<include base="httpapi">.</include>
<include base="ReactOS">include/reactos/wine</include>
<define name="__WINESRC__" />
<file>httpapi_main.c</file>
<library>wine</library>
<library>ntdll</library>
</module>