projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added test for GetFullPathNamesA, GetLongPathNamesA,
[wine]
/
dlls
/
comctl32
/
Makefile.in
1
EXTRADEFS = -D_COMCTL32_
2
TOPSRCDIR = @top_srcdir@
3
TOPOBJDIR = ../..
4
SRCDIR = @srcdir@
5
VPATH = @srcdir@
6
MODULE = comctl32.dll
7
EXTRALIBS = $(LIBUNICODE)
8
9
LDDLLFLAGS = @LDDLLFLAGS@
10
SYMBOLFILE = $(MODULE).tmp.o
11
12
C_SRCS = \
13
animate.c \
14
comboex.c \
15
comctl32undoc.c \
16
commctrl.c \
17
datetime.c \
18
draglist.c \
19
flatsb.c \
20
header.c \
21
hotkey.c \
22
imagelist.c \
23
ipaddress.c \
24
listview.c \
25
monthcal.c \
26
nativefont.c \
27
pager.c \
28
progress.c \
29
propsheet.c \
30
rebar.c \
31
smoothscroll.c \
32
status.c \
33
tab.c \
34
toolbar.c \
35
tooltips.c \
36
trackbar.c \
37
treeview.c \
38
updown.c
39
40
RC_SRCS= \
41
rsrc.rc
42
43
@MAKE_DLL_RULES@
44
45
### Dependencies: