comctl32: Never release state image list.
[wine/multimedia.git] / dlls / urlmon / Makefile.in
blob0953553f1c35c7f32326cbfbfed193dfa4e45597
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 protproxy.c \
22 sec_mgr.c \
23 session.c \
24 umon.c \
25 umstream.c \
26 uri.c \
27 urlmon_main.c \
28 usrmarshal.c
30 RC_SRCS = rsrc.rc
32 IDL_P_SRCS = urlmon_urlmon.idl
33 IDL_R_SRCS = urlmon_urlmon.idl
35 EXTRA_OBJS = dlldata.o
37 @MAKE_DLL_RULES@