Sweden-Number/dlls/urlmon/Makefile.in

31 lines
519 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = urlmon.dll
IMPORTLIB = liburlmon.$(IMPLIBEXT)
IMPORTS = ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
EXTRALIBS = -luuid
2000-04-24 20:03:54 +02:00
C_SRCS = \
binding.c \
bindprot.c \
2005-09-06 11:27:04 +02:00
file.c \
format.c \
ftp.c \
http.c \
internet.c \
mk.c \
regsvr.c \
sec_mgr.c \
session.c \
2000-04-24 20:03:54 +02:00
umon.c \
umstream.c \
2000-04-24 20:03:54 +02:00
urlmon_main.c
2005-07-05 16:06:43 +02:00
RC_SRCS = rsrc.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend