mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
13 lines
167 B
Makefile
13 lines
167 B
Makefile
TESTDLL = wininet.dll
|
|
IMPORTS = wininet ws2_32 user32 advapi32
|
|
|
|
C_SRCS = \
|
|
ftp.c \
|
|
generated.c \
|
|
http.c \
|
|
internet.c \
|
|
url.c \
|
|
urlcache.c
|
|
|
|
@MAKE_TEST_RULES@
|