projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Do not use GlobalFree for a memory returned by LoadResource.
[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
syslink.c \
34
tab.c \
35
toolbar.c \
36
tooltips.c \
37
trackbar.c \
38
treeview.c \
39
updown.c
40
41
RC_SRCS = rsrc.rc
42
RC_BINSRC = rsrc.rc
43
RC_BINARIES = \
44
idb_hist_large.bmp \
45
idb_hist_small.bmp \
46
idb_std_large.bmp \
47
idb_std_small.bmp \
48
idb_view_large.bmp \
49
idb_view_small.bmp \
50
idc_copy.cur \
51
idc_divider.cur \
52
idc_divideropen.cur \
53
idc_movebutton.cur \
54
idi_dragarrow.ico \
55
idi_tt_error_sm.ico \
56
idi_tt_info_sm.ico \
57
idi_tt_warn_sm.ico \
58
idt_check.bmp
59
60
SUBDIRS = tests
61
62
@MAKE_DLL_RULES@
63
64
### Dependencies: