riched32: Fix regression in WM_GETTEXTLENGTH on richedit 1.0 emulation.
[wine] / dlls / dwmapi / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = dwmapi.dll
6 IMPORTLIB = libdwmapi.$(IMPLIBEXT)
7 IMPORTS   = kernel32
8
9 C_SRCS = \
10         dwmapi_main.c
11
12 RC_SRCS = version.rc
13
14 @MAKE_DLL_RULES@
15
16 @DEPENDENCIES@  # everything below this line is overwritten by make depend