16 lines
304 B
Makefile
16 lines
304 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = riched20.dll
|
|
IMPORTS = ole32 oleaut32 user32 gdi32 kernel32
|
|
|
|
CTESTS = \
|
|
editor.c \
|
|
richole.c \
|
|
txtsrv.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|