wine/dlls/richedit/Makefile.in
Mike McCormack f91e582536 Use buffers rather than linked lists for input and out buffers.
Stop reading input at a nul byte.
2004-08-27 19:15:08 +00:00

16 lines
228 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = riched32.dll
IMPORTS = user32 kernel32
C_SRCS = \
reader.c \
text-writer.c \
richedit.c
@MAKE_DLL_RULES@
### Dependencies: