mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 08:46:29 +00:00
10 lines
131 B
Makefile
10 lines
131 B
Makefile
TESTDLL = riched20.dll
|
|
IMPORTS = ole32 oleaut32 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
editor.c \
|
|
richole.c \
|
|
txtsrv.c
|
|
|
|
@MAKE_TEST_RULES@
|