mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
15 lines
465 B
Text
15 lines
465 B
Text
![]() |
<?xml version="1.0"?>
|
||
|
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
|
||
|
<group>
|
||
|
<module name="winhttp_winetest" type="win32cui" installbase="bin" installname="winhttp_winetest.exe" allowwarnings="true">
|
||
|
<include base="winhttp_winetest">.</include>
|
||
|
<file>notification.c</file>
|
||
|
<file>testlist.c</file>
|
||
|
<file>winhttp.c</file>
|
||
|
<library>wine</library>
|
||
|
<library>winhttp</library>
|
||
|
<library>kernel32</library>
|
||
|
<library>ntdll</library>
|
||
|
</module>
|
||
|
</group>
|