Added a specific debug channel for dll loading (builtin/native).
[wine] / dlls / comctl32 / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = comctl32
6 EXTRALIBS = $(LIBUNICODE)
7
8 LDDLLFLAGS = @LDDLLFLAGS@
9 SYMBOLFILE = $(MODULE).tmp.o
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         status.c \
32         tab.c \
33         toolbar.c \
34         tooltips.c \
35         trackbar.c \
36         treeview.c \
37         updown.c
38
39 RC_SRCS= \
40         rsrc.rc
41
42 @MAKE_DLL_RULES@
43
44 ### Dependencies: