mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 22:01:51 +00:00
18 lines
268 B
Makefile
18 lines
268 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = comctl32.dll
|
|
IMPORTS = comctl32 shlwapi user32 gdi32 advapi32
|
|
|
|
CTESTS = \
|
|
dpa.c \
|
|
imagelist.c \
|
|
mru.c \
|
|
subclass.c \
|
|
tab.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|