summaryrefslogtreecommitdiffstats
path: root/install-win32/settings.in
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-02-01 19:44:53 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-02-01 19:44:53 +0000
commitba865c55a61b4dd3bcf3e2c6bb2632e38d07cd2a (patch)
treeed84e82bd50f62fc8b431036d4aa2d0eff66abbe /install-win32/settings.in
parent63082c8a210741e2c390f78669009697128cfe30 (diff)
downloadopenvpn-ba865c55a61b4dd3bcf3e2c6bb2632e38d07cd2a.tar.gz
openvpn-ba865c55a61b4dd3bcf3e2c6bb2632e38d07cd2a.tar.xz
openvpn-ba865c55a61b4dd3bcf3e2c6bb2632e38d07cd2a.zip
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.in5
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"