Makefile.in 363 Bytes
Newer Older
1
MODULE    = riched20.dll
2
IMPORTLIB = riched20
3
IMPORTS   = uuid ole32 oleaut32 imm32 user32 gdi32
4 5 6

C_SRCS = \
	caret.c \
7
	clipboard.c \
8 9 10 11 12
	context.c \
	editor.c \
	list.c \
	paint.c \
	para.c \
13
	reader.c \
14 15 16 17 18
	richole.c \
	row.c \
	run.c \
	string.c \
	style.c \
19
	table.c \
20
	txthost.c \
21
	txtsrv.c \
22
	undo.c \
23 24
	wrap.c \
	writer.c
25

26 27
RC_SRCS = version.rc

28
@MAKE_DLL_RULES@