mshtml: Better ns*String handling.
[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   = urlmon ole32 oleaut32 user32 gdi32 advapi32 kernel32 ntdll
8 EXTRALIBS = $(LIBUNICODE) -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         hlink.c \
13         htmldoc.c \
14         htmldoc3.c \
15         main.c \
16         nsembed.c \
17         nsio.c \
18         nsservice.c\
19         oleobj.c \
20         olewnd.c \
21         persist.c \
22         protocol.c \
23         service.c \
24         view.c
25
26 RC_SRCS = rsrc.rc
27
28 IDL_SRCS = nsiface.idl
29
30 SUBDIRS = tests
31
32 @MAKE_DLL_RULES@
33
34 rsrc.res: mshtml.inf blank.htm
35
36 ### Dependencies:
37
38 # note: this will get overwritten by make depend
39 $(ALL_OBJS): $(IDL_SRCS:.idl=.h)