wined3d: Pass a resource to wined3d_resource_free_sysmem().
[wine.git] / dlls / urlmon / Makefile.in
blobf4ce891d2a3265037f30bcb10b920b24971dd468
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}}"
6 DELAYIMPORTS = advpack
8 C_SRCS = \
9 axinstall.c \
10 bindctx.c \
11 binding.c \
12 bindprot.c \
13 download.c \
14 file.c \
15 format.c \
16 ftp.c \
17 gopher.c \
18 http.c \
19 internet.c \
20 mimefilter.c \
21 mk.c \
22 protocol.c \
23 sec_mgr.c \
24 session.c \
25 umon.c \
26 umstream.c \
27 uri.c \
28 urlmon_main.c \
29 usrmarshal.c
31 RC_SRCS = urlmon.rc
32 PO_SRCS = urlmon.rc
34 IDL_P_SRCS = urlmon_urlmon.idl
35 IDL_R_SRCS = urlmon_urlmon.idl
37 EXTRA_OBJS = dlldata.o
39 @MAKE_DLL_RULES@