mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2025-08-29 10:43:55 +02:00
24 lines
393 B
Makefile
24 lines
393 B
Makefile
TESTDLL = shell32.dll
|
|
IMPORTS = shell32 ole32 oleaut32 user32 gdi32 advapi32 shlwapi
|
|
|
|
SOURCES = \
|
|
appbar.c \
|
|
assoc.c \
|
|
autocomplete.c \
|
|
brsfolder.c \
|
|
ebrowser.c \
|
|
generated.c \
|
|
progman_dde.c \
|
|
recyclebin.c \
|
|
rsrc.rc \
|
|
shelldispatch.c \
|
|
shelllink.c \
|
|
shellole.c \
|
|
shellpath.c \
|
|
shfldr_special.c \
|
|
shlexec.c \
|
|
shlfileop.c \
|
|
shlfolder.c \
|
|
shlview.c \
|
|
string.c \
|
|
systray.c
|