projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
In report view mode of the listview control, implemented the
[wine]
/
dlls
/
comctl32
/
Makefile.in
1
DEFS = @DLLFLAGS@ -D__WINE__
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = comctl32
7
WRCEXTRA = -s -p$(MODULE)
8
9
SPEC_SRCS = comctl32.spec
10
11
C_SRCS = \
12
animate.c \
13
comboex.c \
14
comctl32undoc.c \
15
commctrl.c \
16
datetime.c \
17
draglist.c \
18
flatsb.c \
19
header.c \
20
hotkey.c \
21
imagelist.c \
22
ipaddress.c \
23
listview.c \
24
monthcal.c \
25
nativefont.c \
26
pager.c \
27
progress.c \
28
propsheet.c \
29
rebar.c \
30
status.c \
31
tab.c \
32
toolbar.c \
33
tooltips.c \
34
trackbar.c \
35
treeview.c \
36
updown.c
37
38
RC_SRCS= \
39
rsrc.rc
40
41
all: check_wrc $(MODULE).o
42
43
@MAKE_RULES@
44
45
$(RC_SRCS:.rc=.s): $(WRC)
46
47
### Dependencies: