Makefile.in 392 Bytes
Newer Older
1
TESTDLL   = shell32.dll
2
IMPORTS   = shell32 ole32 oleaut32 user32 gdi32 advapi32
3

4
C_SRCS = \
5
	appbar.c \
6
	assoc.c \
7
	autocomplete.c \
8
	brsfolder.c \
9
	ebrowser.c \
10
	generated.c \
11
	progman_dde.c \
12
	recyclebin.c \
13
	shelldispatch.c \
14
	shelllink.c \
15
	shellole.c \
16
	shellpath.c \
17
	shfldr_special.c \
18
	shlexec.c \
Jon Griffiths's avatar
Jon Griffiths committed
19
	shlfileop.c \
20
	shlfolder.c \
21
	shlview.c \
22 23
	string.c \
	systray.c
24

25
RC_SRCS = rsrc.rc