mfplay: Add support for same-thread event callback.
[wine.git] / dlls / urlmon / Makefile.in
blobf0d6a15d80e7bceb5804ce64a6e04db6af76ac9d
1 MODULE = urlmon.dll
2 IMPORTLIB = urlmon
3 IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
4 EXTRADEFS = -D_URLMON_
5 DELAYIMPORTS = advpack
7 EXTRADLLFLAGS = -mno-cygwin
9 C_SRCS = \
10 axinstall.c \
11 bindctx.c \
12 binding.c \
13 bindprot.c \
14 download.c \
15 file.c \
16 format.c \
17 ftp.c \
18 gopher.c \
19 http.c \
20 internet.c \
21 mimefilter.c \
22 mk.c \
23 protocol.c \
24 sec_mgr.c \
25 session.c \
26 umon.c \
27 umstream.c \
28 uri.c \
29 urlmon_main.c \
30 usrmarshal.c
32 RC_SRCS = urlmon.rc
34 IDL_SRCS = urlmon_urlmon.idl
36 dlldata_EXTRADEFS = -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL \
37 -DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"