mirror of
https://github.com/reactos/wine.git
synced 2025-01-09 05:10:41 +00:00
13 lines
175 B
Makefile
13 lines
175 B
Makefile
TESTDLL = wininet.dll
|
|
IMPORTS = wininet crypt32 ws2_32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
ftp.c \
|
|
generated.c \
|
|
http.c \
|
|
internet.c \
|
|
url.c \
|
|
urlcache.c
|
|
|
|
@MAKE_TEST_RULES@
|