sccbase: Add initial stub dll.
[wine] / dlls / urlmon / Makefile.in
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR    = @srcdir@
4 VPATH     = @srcdir@
5 MODULE    = urlmon.dll
6 IMPORTLIB = liburlmon.$(IMPLIBEXT)
7 IMPORTS   = ole32 shlwapi wininet user32 advapi32 kernel32 ntdll
8 EXTRALIBS = -luuid
9
10 C_SRCS = \
11         bindctx.c \
12         binding.c \
13         bindprot.c \
14         download.c \
15         file.c \
16         format.c \
17         ftp.c \
18         http.c \
19         internet.c \
20         mk.c \
21         regsvr.c \
22         sec_mgr.c \
23         session.c \
24         umon.c \
25         umstream.c \
26         urlmon_main.c
27
28 RC_SRCS = rsrc.rc
29
30 @MAKE_DLL_RULES@
31
32 @DEPENDENCIES@  # everything below this line is overwritten by make depend