mirror of
https://github.com/reactos/wine.git
synced 2024-12-14 23:29:44 +00:00
14 lines
279 B
Makefile
14 lines
279 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = riched20.dll
|
|
IMPORTS = riched20 ole32 user32 gdi32 kernel32
|
|
|
|
CTESTS = \
|
|
editor.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|