mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
7 lines
134 B
Makefile
7 lines
134 B
Makefile
TESTDLL = winhttp.dll
|
|
IMPORTS = winhttp oleaut32 ole32 crypt32 advapi32 ws2_32
|
|
|
|
SOURCES = \
|
|
notification.c \
|
|
url.c \
|
|
winhttp.c
|