wine/dlls/shlwapi/tests/Makefile.in
Zebediah Figura ea52b552d7 shlwapi/tests: Fix link order.
Some functions are declared both in shell32 and in shlwapi; we want to link
to the latter.

Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-02-20 18:39:24 +01:00

15 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