mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
10 lines
165 B
Makefile
10 lines
165 B
Makefile
TESTDLL = wininet.dll
|
|
IMPORTS = wininet crypt32 ws2_32 user32 advapi32 shell32
|
|
|
|
SOURCES = \
|
|
ftp.c \
|
|
generated.c \
|
|
http.c \
|
|
internet.c \
|
|
url.c \
|
|
urlcache.c
|