diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-25 22:58:21 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-04-25 22:58:21 +0000 |
commit | 52d84f6eaf811749c965d1634f781c9f7c12d5eb (patch) | |
tree | f12efcc7600c7b192cc74662d13ccd7a11ba9e81 /domake-win | |
parent | TAP driver now passes signing tests on Vista x64. (diff) | |
download | openvpn-52d84f6eaf811749c965d1634f781c9f7c12d5eb.tar.xz |
misc Windows build system changes
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1875 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | domake-win | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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: |