summaryrefslogtreecommitdiffstats
path: root/makefile.w32
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-12-08 23:10:22 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2005-12-08 23:10:22 +0000
commitdf5722cc68307206c5edcc94fd7ae333d3212b59 (patch)
tree6cf9b42be4660ac58cb61c76276f28f140b44b25 /makefile.w32
parentc959fc742eb10c516261765718a761536b0b8f4a (diff)
downloadopenvpn-df5722cc68307206c5edcc94fd7ae333d3212b59.tar.gz
openvpn-df5722cc68307206c5edcc94fd7ae333d3212b59.tar.xz
openvpn-df5722cc68307206c5edcc94fd7ae333d3212b59.zip
First attempt at automatic proxy detection,
Windows-only at this point. Proxy settings are taken from IE. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@846 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'makefile.w32')
-rwxr-xr-xmakefile.w324
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile.w32 b/makefile.w32
index 4184504..c612512 100755
--- a/makefile.w32
+++ b/makefile.w32
@@ -49,7 +49,7 @@ INCLUDE_DIRS = -I${OPENSSL}/include -I${LZO}/include
INCLUDE_DIRS_DMALLOC = ${INCLUDE_DIRS} -I${DMALLOC}
-LIBS = -llzo2 -lcrypt32 -lws2_32 -lgdi32 -liphlpapi -lwinmm
+LIBS = -llzo2 -lcrypt32 -lWinInet -lws2_32 -lgdi32 -liphlpapi -lwinmm
LIBS_DMALLOC = ${LIBS} -ldmalloc
@@ -78,6 +78,7 @@ HEADERS = \
fragment.h \
gremlin.h \
helper.h \
+ ieproxy.h \
init.h \
integer.h \
interval.h \
@@ -136,6 +137,7 @@ OBJS = base64.o \
fragment.o \
gremlin.o \
helper.o \
+ ieproxy.o \
init.o \
interval.o \
list.o \