Basic handling of EM_SETTEXTEX.
[wine] / dlls / mshtml / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = mshtml.dll
6 IMPORTLIB = libmshtml.$(IMPLIBEXT)
7 IMPORTS   = ole32 user32 gdi32 advapi32 kernel32 ntdll
8 EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         htmldoc.c \
13         main.c \
14         oleobj.c \
15         olewnd.c \
16         persist.c \
17         protocol.c \
18         service.c \
19         view.c
20
21 RC_SRCS = rsrc.rc
22
23 SUBDIRS = tests
24
25 @MAKE_DLL_RULES@
26
27 rsrc.res: mshtml.inf blank.htm
28
29 ### Dependencies: