mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
17 lines
242 B
Makefile
17 lines
242 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = riched32.dll
|
|
IMPORTS = user32 kernel32
|
|
|
|
C_SRCS = \
|
|
charlist.c \
|
|
reader.c \
|
|
text-writer.c \
|
|
richedit.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
### Dependencies:
|