mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
14 lines
216 B
Makefile
14 lines
216 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
TESTDLL = riched20.dll
|
|
IMPORTS = riched20 user32 gdi32 kernel32
|
|
|
|
CTESTS = \
|
|
editor.c
|
|
|
|
@MAKE_TEST_RULES@
|
|
|
|
### Dependencies:
|