From 52d84f6eaf811749c965d1634f781c9f7c12d5eb Mon Sep 17 00:00:00 2001 From: james Date: Wed, 25 Apr 2007 22:58:21 +0000 Subject: misc Windows build system changes git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1875 e7ae566f-a301-0410-adde-c780ea21d3b5 --- domake-win | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'domake-win') diff --git a/domake-win b/domake-win index aa0b9e1..ebabac0 100644 --- a/domake-win +++ b/domake-win @@ -2,9 +2,10 @@ # This is the master OpenVPN build script for Windows. # This script will build OpenVPN, the TAP driver, and -# the installer from source. +# the installer from source, targeting x86 on Windows +# 2000 and higher, and x64 on Windows 2003 and higher. # -# See top-devel build configuration in install-win32/version.nsi +# See top-level build configuration in install-win32/settings.in # # Prerequisite installs: # @@ -13,7 +14,12 @@ # msysDTK -- for perl # NSIS -- for building installer # svn -- for checking out source code (or TortoiseSVN) -# Windows Driver Kit Vista RC1 (5600) -- for building TAP driver + tapinstall +# Windows Driver Kit, Vista RC1 (5600) -- for building TAP driver + tapinstall +# +# Required libraries (must be prebuilt) +# +# OpenSSL -- define OPENSSL_DIR in settings.in +# LZO -- define LZO_DIR in settings.in # # Required source code not included in OpenVPN SVN repository # because of MS licensing restrictions: -- cgit v1.2.3