winex11: Select for EnterNotify events on the desktop window in order to update the...
[wine.git] / dlls / riched32 / Makefile.in
blob2abcf9361df758d9f2a952dd4642c3da04c1528f
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = riched32.dll
6 IMPORTS = riched20 user32 kernel32
8 C_SRCS = \
9 richedit.c
11 RC_SRCS = version.rc
13 @MAKE_DLL_RULES@