Makefile.in 833 Bytes
Newer Older
1
EXTRADEFS = -D_COMCTL32_
2
MODULE    = comctl32.dll
3
IMPORTLIB = comctl32
4
IMPORTS   = uuid user32 gdi32 advapi32
5
DELAYIMPORTS = winmm uxtheme
Alexandre Julliard's avatar
Alexandre Julliard committed
6 7 8 9 10 11

C_SRCS = \
	animate.c \
	comboex.c \
	comctl32undoc.c \
	commctrl.c \
12
	datetime.c \
13
	dpa.c \
Eric Kohl's avatar
Eric Kohl committed
14
	draglist.c \
15
	dsa.c \
16
	flatsb.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
17 18 19
	header.c \
	hotkey.c \
	imagelist.c \
20
	ipaddress.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
21
	listview.c \
22
	monthcal.c \
23
	nativefont.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
24 25
	pager.c \
	progress.c \
26
	propsheet.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
27
	rebar.c \
28
	smoothscroll.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
29
	status.c \
30
	string.c \
31
	syslink.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
32
	tab.c \
33
	theme_button.c \
34
	theme_combo.c \
35
	theme_dialog.c \
36
	theme_edit.c \
37
	theme_listbox.c \
38
	theme_scrollbar.c \
39
	theming.c \
Alexandre Julliard's avatar
Alexandre Julliard committed
40 41 42 43 44 45
	toolbar.c \
	tooltips.c \
	trackbar.c \
	treeview.c \
	updown.c

46
RC_SRCS = comctl32.rc
47

48
SVG_SRCS = \
49
	idb_hist_large.svg \
50
	idb_hist_small.svg \
51
	idb_std_large.svg \
52
	idb_std_small.svg \
53
	idb_view_large.svg \
54
	idb_view_small.svg