makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / shdocvw / Makefile.in
1 EXTRADEFS = -D_SHDOCVW_
2 MODULE    = shdocvw.dll
3 IMPORTLIB = shdocvw
4 IMPORTS   = uuid shell32 comctl32 shlwapi user32 gdi32 advapi32
5 DELAYIMPORTS = version urlmon ole32 oleaut32
6
7 C_SRCS = \
8         classinfo.c \
9         client.c \
10         dochost.c \
11         events.c \
12         factory.c \
13         frame.c \
14         ie.c \
15         iexplore.c \
16         intshcut.c \
17         navigate.c \
18         oleobject.c \
19         persist.c \
20         shdocvw_main.c \
21         shlinstobj.c \
22         taskbarlist.c \
23         urlhist.c \
24         view.c \
25         webbrowser.c
26
27 RC_SRCS = \
28         De.rc \
29         En.rc \
30         Es.rc \
31         Fr.rc \
32         It.rc \
33         Ko.rc \
34         Lt.rc \
35         Nl.rc \
36         Pl.rc \
37         Ro.rc \
38         Si.rc \
39         Sv.rc \
40         Uk.rc \
41         shdocvw.rc
42
43 IDL_TLB_SRCS = shdocvw_v1.idl
44
45 @MAKE_DLL_RULES@