mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
10 lines
406 B
Ruby
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>
|