diff options
author | James Yonan <james@openvpn.net> | 2010-08-20 20:24:42 +0000 |
---|---|---|
committer | James Yonan <james@openvpn.net> | 2010-08-20 20:24:42 +0000 |
commit | 5f866d914c71f010988fd85d5b178f3b8c3e2987 (patch) | |
tree | 88c2699ab799ac3270e0e8510867e89b60dc233c /win/settings.in | |
parent | Windows security issue: (diff) | |
download | openvpn-5f866d914c71f010988fd85d5b178f3b8c3e2987.tar.xz |
Attempt to fix issue where domake-win build system was not properlyv2.1.3
signing drivers and .exe files.
Added win/tap_span.py for building multiple versions of the TAP driver
and tapinstall binaries using different DDK versions to span from Win2K
to Win7 and beyond.
Version 2.1.3
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@6404 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | win/settings.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/settings.in b/win/settings.in index 0e1bb1c..f8eeb20 100644 --- a/win/settings.in +++ b/win/settings.in @@ -47,6 +47,9 @@ !define DDK_PATH "c:/winddk/7600.16385.1" ;!define DDK_PATH "c:/winddk/6001.18002" +# output path for tap_span.py +!define TAP_DIST "tap_dist" + # Visual studio path !define MSVC "C:/Program Files/Microsoft Visual Studio 9.0" |