26 lines
400 B
Makefile
26 lines
400 B
Makefile
TESTDLL = shell32.dll
|
|
IMPORTS = shell32 ole32 oleaut32 user32 gdi32 advapi32 shlwapi
|
|
|
|
C_SRCS = \
|
|
appbar.c \
|
|
assoc.c \
|
|
autocomplete.c \
|
|
brsfolder.c \
|
|
ebrowser.c \
|
|
generated.c \
|
|
progman_dde.c \
|
|
recyclebin.c \
|
|
shelldispatch.c \
|
|
shelllink.c \
|
|
shellole.c \
|
|
shellpath.c \
|
|
shfldr_special.c \
|
|
shlexec.c \
|
|
shlfileop.c \
|
|
shlfolder.c \
|
|
shlview.c \
|
|
string.c \
|
|
systray.c
|
|
|
|
RC_SRCS = rsrc.rc
|