Moved a large number of 16-bit functions to a separate gdi16.c file.
[wine/hacks.git] / dlls / comctl32 / Makefile.in
blob679c0c9179c05221d20e13b37149b2c6c8d1225c
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)
11 LDDLLFLAGS = @LDDLLFLAGS@
12 SYMBOLFILE = $(MODULE).tmp.o
14 C_SRCS = \
15 animate.c \
16 comboex.c \
17 comctl32undoc.c \
18 commctrl.c \
19 datetime.c \
20 draglist.c \
21 flatsb.c \
22 header.c \
23 hotkey.c \
24 imagelist.c \
25 ipaddress.c \
26 listview.c \
27 monthcal.c \
28 nativefont.c \
29 pager.c \
30 progress.c \
31 propsheet.c \
32 rebar.c \
33 smoothscroll.c \
34 status.c \
35 tab.c \
36 toolbar.c \
37 tooltips.c \
38 trackbar.c \
39 treeview.c \
40 updown.c
42 RC_SRCS= rsrc.rc
44 @MAKE_DLL_RULES@
46 ### Dependencies: