mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
10 lines
152 B
Makefile
10 lines
152 B
Makefile
TESTDLL = winhttp.dll
|
|
IMPORTS = winhttp oleaut32 ole32 crypt32 advapi32 ws2_32
|
|
|
|
C_SRCS = \
|
|
notification.c \
|
|
url.c \
|
|
winhttp.c
|
|
|
|
@MAKE_TEST_RULES@
|