mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 21:04:06 +00:00
42d2477edf
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
37 lines
701 B
Makefile
37 lines
701 B
Makefile
MODULE = urlmon.dll
|
|
IMPORTLIB = urlmon
|
|
IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
|
|
EXTRADEFS = -D_URLMON_
|
|
DELAYIMPORTS = advpack
|
|
|
|
EXTRADLLFLAGS = -mno-cygwin
|
|
|
|
C_SRCS = \
|
|
axinstall.c \
|
|
bindctx.c \
|
|
binding.c \
|
|
bindprot.c \
|
|
download.c \
|
|
file.c \
|
|
format.c \
|
|
ftp.c \
|
|
gopher.c \
|
|
http.c \
|
|
internet.c \
|
|
mimefilter.c \
|
|
mk.c \
|
|
protocol.c \
|
|
sec_mgr.c \
|
|
session.c \
|
|
umon.c \
|
|
umstream.c \
|
|
uri.c \
|
|
urlmon_main.c \
|
|
usrmarshal.c
|
|
|
|
RC_SRCS = urlmon.rc
|
|
|
|
IDL_SRCS = urlmon_urlmon.idl
|
|
|
|
dlldata_EXTRADEFS = -DENTRY_PREFIX=URLMON_ -DPROXY_DELEGATION -DWINE_REGISTER_DLL \
|
|
-DPROXY_CLSID_IS="{0x79EAC9F1,0xBAF9,0x11CE,{0x8C,0x82,0x00,0xAA,0x00,0x4B,0xA9,0x0B}}"
|