wine/dlls/urlmon/tests/Makefile.in
Eric Pouech 3357b26ea0 urlmon/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-09 20:54:16 +01:00

12 lines
181 B
Makefile

TESTDLL = urlmon.dll
IMPORTS = urlmon wininet ole32 oleaut32 shlwapi user32 advapi32
C_SRCS = \
generated.c \
misc.c \
protocol.c \
sec_mgr.c \
stream.c \
uri.c \
url.c