HTTP_DealWithProxy: Only add http:// to proxy string when needed.
[wine/multimedia.git] / dlls / wininet / Makefile.in
blobedefa87d39641358e3e10016db901c14004b753b
1 EXTRADEFS = -D_WINX32_
2 TOPSRCDIR = @top_srcdir@
3 TOPOBJDIR = ../..
4 SRCDIR = @srcdir@
5 VPATH = @srcdir@
6 MODULE = wininet.dll
7 IMPORTS = mpr shlwapi shell32 user32 advapi32 kernel32 ntdll
8 EXTRALIBS = $(LIBUNICODE)
10 C_SRCS = \
11 cookie.c \
12 dialogs.c \
13 ftp.c \
14 gopher.c \
15 http.c \
16 internet.c \
17 netconnection.c \
18 urlcache.c \
19 utility.c \
20 wininet_main.c
22 RC_SRCS = \
23 rsrc.rc \
24 version.rc
26 SUBDIRS = tests
28 @MAKE_DLL_RULES@
30 ### Dependencies: