aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJames Yonan2010-04-22 12:53:31 +0000
committerJames Yonan2010-04-22 12:53:31 +0000
commit059739e9341781d9019e07fc5119367c1630b012 (patch)
tree6839d8071558539505991895ef377baee58e960f /INSTALL
parent7a464e32394f2d072fad2d31ad625b332108300f (diff)
downloadopenvpn-059739e9341781d9019e07fc5119367c1630b012.zip
openvpn-059739e9341781d9019e07fc5119367c1630b012.tar.gz
Added Python-based build system for Windows in
win directory. Fixed minor issue in TAP driver DEBUG builds where non-null-terminated unicode strings were being printed incorrectly. Version 2.1.1g git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5577 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 961fbd6..4c756d2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -15,9 +15,8 @@ QUICK START:
Windows MinGW, using MSYS bash shell:
./domake-win (see comments in the script for more info)
- Windows MSVC using Visual Studio 2008 Command Prompt window:
- python msvc\config.py
- nmake /f msvc\msvc.mak
+ Windows Visual Studio:
+ python win\build_all.py
*************************************************************************