makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / urlmon / Makefile.in
1 MODULE    = urlmon.dll
2 IMPORTLIB = urlmon
3 IMPORTS   = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
4 EXTRADEFS = -D_URLMON_ -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION -DREGISTER_PROXY_DLL \
5             -DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"
6
7 C_SRCS = \
8         bindctx.c \
9         binding.c \
10         bindprot.c \
11         download.c \
12         file.c \
13         format.c \
14         ftp.c \
15         gopher.c \
16         http.c \
17         internet.c \
18         mimefilter.c \
19         mk.c \
20         protocol.c \
21         protproxy.c \
22         regsvr.c \
23         sec_mgr.c \
24         session.c \
25         umon.c \
26         umstream.c \
27         uri.c \
28         urlmon_main.c \
29         usrmarshal.c
30
31 RC_SRCS = rsrc.rc
32
33 IDL_P_SRCS = urlmon_urlmon.idl
34
35 EXTRA_OBJS = dlldata.o
36
37 @MAKE_DLL_RULES@