projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Allow the implementation of the VxDCall entry points to be moved to
[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
IMPORTS = user32 gdi32 advapi32 kernel32
8
DELAYIMPORTS = winmm
9
EXTRALIBS = $(LIBUNICODE)
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
smoothscroll.c \
31
string.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 = rsrc.rc
41
RC_BINSRC = rsrc.rc
42
RC_BINARIES = \
43
idb_hist_large.bmp \
44
idb_hist_small.bmp \
45
idb_std_large.bmp \
46
idb_std_small.bmp \
47
idb_view_large.bmp \
48
idb_view_small.bmp \
49
idc_divider.cur \
50
idc_divideropen.cur \
51
idi_dragarrow.ico \
52
idt_check.bmp
53
54
SUBDIRS = tests
55
56
@MAKE_DLL_RULES@
57
58
### Dependencies: