wine/dlls/shlwapi/tests/Makefile.in
Eric Pouech bf0f6792f7 shlwapi/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech <eric.pouech@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-03-07 20:53:12 +01:00

16 lines
227 B
Makefile

TESTDLL = shlwapi.dll
IMPORTS = shlwapi shell32 mlang oleaut32 ole32 user32 advapi32
C_SRCS = \
assoc.c \
clist.c \
clsid.c \
generated.c \
istream.c \
ordinal.c \
path.c \
shreg.c \
string.c \
thread.c \
url.c