Sweden-Number/dlls/comctl32/tests/Makefile.in

33 lines
518 B
Makefile

TESTDLL = comctl32.dll
IMPORTS = comctl32 ole32 user32 gdi32 advapi32
EXTRADEFS = -U__WINESRC__ -DWINE_STRICT_PROTOTYPES -DWINE_NO_NAMELESS_EXTENSION -DWIDL_C_INLINE_WRAPPERS
C_SRCS = \
comboex.c \
datetime.c \
dpa.c \
header.c \
imagelist.c \
ipaddress.c \
listview.c \
misc.c \
monthcal.c \
mru.c \
pager.c \
progress.c \
propsheet.c \
rebar.c \
status.c \
subclass.c \
syslink.c \
tab.c \
toolbar.c \
tooltips.c \
trackbar.c \
treeview.c \
updown.c
RC_SRCS = rsrc.rc
@MAKE_TEST_RULES@