mirror of
https://github.com/reactos/wine.git
synced 2024-12-12 05:45:56 +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@
|