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

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

48
RC_SRCS = comctl32.rc
49

50
SVG_SRCS = \
51
	idb_hist_large.svg \
52
	idb_hist_small.svg \
53
	idb_std_large.svg \
54
	idb_std_small.svg \
55
	idb_view_large.svg \
56 57 58 59 60
	idb_view_small.svg \
	idc_copy.svg \
	idc_divider.svg \
	idc_divideropen.svg \
	idc_movebutton.svg