d3d8: Get rid of the format switching code in d3d8_device_CopyRects().
[wine.git] / dlls / urlmon / Makefile.in
blobf95e7972829ef24fff8f018fcf7a1c3c77bd51f6
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 C_SRCS = \
8 axinstall.c \
9 bindctx.c \
10 binding.c \
11 bindprot.c \
12 download.c \
13 file.c \
14 format.c \
15 ftp.c \
16 gopher.c \
17 http.c \
18 internet.c \
19 mimefilter.c \
20 mk.c \
21 protocol.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 = urlmon.rc
32 IDL_SRCS = urlmon_urlmon.idl
34 dlldata_EXTRADEFS = -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL \
35 -DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"