jscript: Removed unused do_*_tag_format arguments.
[wine/multimedia.git] / dlls / urlmon / Makefile.in
blob7a44794087815909effc00fb5be5713ce61e5409
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 -DWINE_REGISTER_DLL \
5 -DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"
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 sec_mgr.c \
22 session.c \
23 umon.c \
24 umstream.c \
25 uri.c \
26 urlmon_main.c \
27 usrmarshal.c
29 RC_SRCS = rsrc.rc
31 IDL_P_SRCS = urlmon_urlmon.idl
32 IDL_R_SRCS = urlmon_urlmon.idl
34 EXTRA_OBJS = dlldata.o
36 @MAKE_DLL_RULES@