summaryrefslogtreecommitdiffstats
path: root/makefile.w32-vc
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-01-07 03:21:49 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2006-01-07 03:21:49 +0000
commit513baee13d96cd200a6ed15a538774b768c2eac9 (patch)
treebe153ea0f4a09672b612aad21fafc23eb0919966 /makefile.w32-vc
parentb366a1ff2998c5158f617f9311cee46ea52d718f (diff)
downloadopenvpn-513baee13d96cd200a6ed15a538774b768c2eac9.tar.gz
openvpn-513baee13d96cd200a6ed15a538774b768c2eac9.tar.xz
openvpn-513baee13d96cd200a6ed15a538774b768c2eac9.zip
Small fixes:
* Fixed variable declaration in crypto.c that is not at the head of a block. * Added library to Visual C makefile. * In server.conf config sample, add additional comment text on "dev tap" usage. * Added some short documentation on revoke-full script. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@877 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'makefile.w32-vc')
-rw-r--r--makefile.w32-vc2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.w32-vc b/makefile.w32-vc
index 49c1031..f92dbb3 100644
--- a/makefile.w32-vc
+++ b/makefile.w32-vc
@@ -24,7 +24,7 @@ LZO = \src\lzo-1.08.vc
INCLUDE_DIRS = -I$(OPENSSL)/include -I$(LZO)/include
-LIBS = lzo.lib ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib gdi32.lib advapi32.lib
+LIBS = lzo.lib ws2_32.lib crypt32.lib iphlpapi.lib winmm.lib gdi32.lib advapi32.lib wininet.lib
LIB_DIRS = -LIBPATH:$(OPENSSL)\out -LIBPATH:$(LZO)