47 lines
614 B
Makefile
47 lines
614 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = comctl32
|
|
SOVERSION = 1.0
|
|
IMPORTS = winmm
|
|
WRCEXTRA = -s -p$(MODULE)
|
|
|
|
SPEC_SRCS = comctl32.spec
|
|
|
|
C_SRCS = \
|
|
animate.c \
|
|
comboex.c \
|
|
comctl32undoc.c \
|
|
commctrl.c \
|
|
datetime.c \
|
|
draglist.c \
|
|
flatsb.c \
|
|
header.c \
|
|
hotkey.c \
|
|
imagelist.c \
|
|
ipaddress.c \
|
|
listview.c \
|
|
monthcal.c \
|
|
nativefont.c \
|
|
pager.c \
|
|
progress.c \
|
|
propsheet.c \
|
|
rebar.c \
|
|
status.c \
|
|
tab.c \
|
|
toolbar.c \
|
|
tooltips.c \
|
|
trackbar.c \
|
|
treeview.c \
|
|
updown.c
|
|
|
|
RC_SRCS= \
|
|
rsrc.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
all: check_wrc
|
|
|
|
### Dependencies:
|