widl: Default to fully interpreted stubs mode.
[wine.git] / dlls / urlmon / Makefile.in
blobba6f1db87add81171e0e256f04967c52e696f353
1 MODULE = urlmon.dll
2 IMPORTLIB = urlmon
3 IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
4 DELAYIMPORTS = advpack
6 SOURCES = \
7 axinstall.c \
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.rc \
27 urlmon_main.c \
28 urlmon_urlmon.idl \
29 usrmarshal.c
31 dlldata_EXTRADEFS = -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL \
32 -DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"