diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-07 03:21:49 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-01-07 03:21:49 +0000 |
commit | 513baee13d96cd200a6ed15a538774b768c2eac9 (patch) | |
tree | be153ea0f4a09672b612aad21fafc23eb0919966 /makefile.w32-vc | |
parent | Version 2.1_beta8 released (diff) | |
download | openvpn-513baee13d96cd200a6ed15a538774b768c2eac9.tar.xz |
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-vc | 2 |
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) |