summaryrefslogtreecommitdiffstats
path: root/domake-win
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-02-18 17:47:13 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-02-18 17:47:13 +0000
commit5449d7431d9e6af50eb115b1cd9cdeb78035cf46 (patch)
treea1a8f0208bec11673f0f5704dcc9dee6f00a560e /domake-win
parentb4ddf9e4347a962ce0f12ad9f29d6a9e00ca63c6 (diff)
downloadopenvpn-5449d7431d9e6af50eb115b1cd9cdeb78035cf46.tar.gz
openvpn-5449d7431d9e6af50eb115b1cd9cdeb78035cf46.tar.xz
openvpn-5449d7431d9e6af50eb115b1cd9cdeb78035cf46.zip
Version 2.1_rc7a.
Minor Windows build system changes: * Fall back to prebuilt-binary if gcc is not available. * Documentation changes in ./domake-win git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2760 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'domake-win')
-rw-r--r--domake-win17
1 files changed, 10 insertions, 7 deletions
diff --git a/domake-win b/domake-win
index ca71f25..fb04f80 100644
--- a/domake-win
+++ b/domake-win
@@ -51,13 +51,16 @@
# Setting up a complete tool chain to build OpenVPN and all
# dependencies on Windows can be an onerous task, so the capability
# is provided to reference a directory of pre-built components during
-# the build process. This would allow you, for example, to build an
-# OpenVPN installer with custom edits to install-win32/settings.in,
-# but then avoid needing to build all other components (such as OpenSSL,
-# LZO, Pkcs11-helper, TAP driver windows service, etc.). The procedure
-# is as follows. First Download and expand the pre-built binaries from:
-#
-# http://openvpn.net/beta/windows-devel/ (choose the most recent .tbz file)
+# the build process. When dependencies are missing to build a given
+# component (such as the TAP driver), the build script will auto-detect
+# this and use the pre-built version instead. This would allow you, for
+# example, to build an OpenVPN installer with custom edits to
+# install-win32/settings.in, but then avoid needing to build all other
+# components (such as OpenSSL, LZO, Pkcs11-helper, TAP driver windows
+# service, etc.). The procedure is as follows. First Download and expand
+# the pre-built binaries from:
+#
+# https://secure.openvpn.net/devel/ (choose the most recent -prebuilt .tbz file)
#
# After expanding the .tbz file, cd to the top level directory and
# expand an OpenVPN source distribution taken from either the subversion