mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
3c695e3ce9
Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
7 lines
133 B
Makefile
7 lines
133 B
Makefile
TESTDLL = winhttp.dll
|
|
IMPORTS = winhttp oleaut32 ole32 crypt32 advapi32 ws2_32
|
|
|
|
C_SRCS = \
|
|
notification.c \
|
|
url.c \
|
|
winhttp.c
|