Sweden-Number/dlls/urlmon/Makefile.in

36 lines
672 B
Makefile
Raw Normal View History

MODULE = urlmon.dll
IMPORTLIB = urlmon
IMPORTS = uuid ole32 oleaut32 shell32 rpcrt4 shlwapi wininet user32 advapi32
EXTRADEFS = -D_URLMON_
DELAYIMPORTS = advpack
2000-04-24 20:03:54 +02:00
C_SRCS = \
axinstall.c \
bindctx.c \
binding.c \
bindprot.c \
download.c \
2005-09-06 11:27:04 +02:00
file.c \
format.c \
ftp.c \
gopher.c \
http.c \
internet.c \
mimefilter.c \
mk.c \
protocol.c \
sec_mgr.c \
session.c \
2000-04-24 20:03:54 +02:00
umon.c \
umstream.c \
uri.c \
urlmon_main.c \
usrmarshal.c
RC_SRCS = urlmon.rc
2005-07-05 16:06:43 +02:00
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}}"