resources: Change German sublanguage code to SUBLANG_NEUTRAL.
[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 = -lstrmiids -luuid
9 EXTRADEFS = -DCOM_NO_WINDOWS_H
10
11 C_SRCS = \
12         conpoint.c \
13         hlink.c \
14         htmlbody.c \
15         htmldoc.c \
16         htmldoc3.c \
17         htmlelem.c \
18         htmlelem2.c \
19         htmlinput.c \
20         htmlnode.c \
21         htmlselect.c \
22         htmltextcont.c \
23         htmltextarea.c \
24         install.c \
25         loadopts.c \
26         main.c \
27         navigate.c \
28         nsembed.c \
29         nsio.c \
30         nsservice.c\
31         olecmd.c \
32         oleobj.c \
33         olewnd.c \
34         persist.c \
35         protocol.c \
36         selection.c \
37         service.c \
38         task.c \
39         txtrange.c \
40         view.c
41
42 RC_SRCS = rsrc.rc
43
44 IDL_H_SRCS = nsiface.idl
45
46 @MAKE_DLL_RULES@
47
48 rsrc.res: mshtml.inf blank.htm
49
50 @DEPENDENCIES@  # everything below this line is overwritten by make depend