shell32/tests: End the lines with CR+LF otherwise the profile APIs are unable to...
[wine/wine-gecko.git] / dlls / urlmon / Makefile.in
blobfd120228c114facb87aa0c7b3b69251e325a60cc
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
10 C_SRCS = \
11 binding.c \
12 bindprot.c \
13 file.c \
14 format.c \
15 ftp.c \
16 http.c \
17 internet.c \
18 mk.c \
19 regsvr.c \
20 sec_mgr.c \
21 session.c \
22 umon.c \
23 umstream.c \
24 urlmon_main.c
26 RC_SRCS = rsrc.rc
28 @MAKE_DLL_RULES@
30 @DEPENDENCIES@ # everything below this line is overwritten by make depend