mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 18:53:55 +02:00
11 lines
182 B
Makefile
11 lines
182 B
Makefile
TESTDLL = urlmon.dll
|
|
IMPORTS = urlmon wininet ole32 oleaut32 shlwapi user32 advapi32
|
|
|
|
SOURCES = \
|
|
generated.c \
|
|
misc.c \
|
|
protocol.c \
|
|
sec_mgr.c \
|
|
stream.c \
|
|
uri.c \
|
|
url.c
|