2005-03-05 11:19:14 +00:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = riched20.dll
|
2008-03-04 15:52:54 +00:00
|
|
|
IMPORTLIB = riched20
|
2008-04-30 12:23:55 +00:00
|
|
|
IMPORTS = uuid ole32 imm32 user32 gdi32 kernel32
|
2005-03-05 11:19:14 +00:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
caret.c \
|
2006-02-22 18:56:11 +00:00
|
|
|
clipboard.c \
|
2005-03-05 11:19:14 +00:00
|
|
|
context.c \
|
|
|
|
editor.c \
|
|
|
|
list.c \
|
|
|
|
paint.c \
|
|
|
|
para.c \
|
2005-03-07 17:15:33 +00:00
|
|
|
reader.c \
|
2005-03-05 11:19:14 +00:00
|
|
|
richole.c \
|
|
|
|
row.c \
|
|
|
|
run.c \
|
|
|
|
string.c \
|
|
|
|
style.c \
|
2006-02-01 11:31:40 +00:00
|
|
|
txtsrv.c \
|
2005-03-05 11:19:14 +00:00
|
|
|
undo.c \
|
2005-03-14 21:41:16 +00:00
|
|
|
wrap.c \
|
|
|
|
writer.c
|
2005-03-05 11:19:14 +00:00
|
|
|
|
2006-03-22 04:46:20 +00:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2005-03-05 11:19:14 +00:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
2006-09-14 07:38:16 +00:00
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|