mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 02:33:58 +02:00
15 lines
228 B
Makefile
15 lines
228 B
Makefile
TESTDLL = shlwapi.dll
|
|
IMPORTS = shlwapi shell32 mlang oleaut32 ole32 user32 advapi32
|
|
|
|
SOURCES = \
|
|
assoc.c \
|
|
clist.c \
|
|
clsid.c \
|
|
generated.c \
|
|
istream.c \
|
|
ordinal.c \
|
|
path.c \
|
|
shreg.c \
|
|
string.c \
|
|
thread.c \
|
|
url.c
|