mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 11:43:31 +00:00
22 lines
411 B
Makefile
22 lines
411 B
Makefile
EXTRADEFS = -D_SHLWAPI_
|
|
MODULE = shlwapi.dll
|
|
IMPORTLIB = shlwapi
|
|
IMPORTS = uuid shcore user32 gdi32 advapi32 kernelbase
|
|
DELAYIMPORTS = userenv oleaut32 ole32 comctl32 comdlg32 mpr mlang urlmon shell32 winmm
|
|
|
|
SOURCES = \
|
|
assoc.c \
|
|
clist.c \
|
|
istream.c \
|
|
msgbox.c \
|
|
ordinal.c \
|
|
path.c \
|
|
reg.c \
|
|
regstream.c \
|
|
shlwapi.rc \
|
|
shlwapi_main.c \
|
|
stopwatch.c \
|
|
string.c \
|
|
thread.c \
|
|
url.c \
|
|
wsprintf.c
|