diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-02-01 19:44:53 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-02-01 19:44:53 +0000 |
commit | ba865c55a61b4dd3bcf3e2c6bb2632e38d07cd2a (patch) | |
tree | ed84e82bd50f62fc8b431036d4aa2d0eff66abbe /install-win32/settings.in | |
parent | Changes to Windows build system to make it easier to do (diff) | |
download | openvpn-ba865c55a61b4dd3bcf3e2c6bb2632e38d07cd2a.tar.xz |
Changes to Windows build system: added GENOUT_PREBUILT mode
to allow building an OpenVPN installer with a reduced set
of prerequisites. See comments in domake-win for more info.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2711 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/settings.in')
-rw-r--r-- | install-win32/settings.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/install-win32/settings.in b/install-win32/settings.in index ce9ee35..864cf19 100644 --- a/install-win32/settings.in +++ b/install-win32/settings.in @@ -23,6 +23,11 @@ !define PKCS11_HELPER_DIR "../pkcs11-helper/usr/local" !define DMALLOC_DIR "../dmalloc-5.4.2" +# Optional directory of prebuilt OpenVPN binary components, +# to be used as a source when build-from-scratch prerequisites +# are not met. +!define GENOUT_PREBUILT "../gen-prebuilt" + # tapinstall.exe source code. # Not needed if DRVBINSRC is defined. !define TISRC "../tapinstall" |