]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added command-line switch to win/build_all.py to skip TAP driver building
authorSamuli Seppänen <samuli@openvpn.net>
Fri, 11 Feb 2011 14:14:28 +0000 (16:14 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Sat, 26 Feb 2011 23:55:38 +0000 (00:55 +0100)
commit8c1c666e65db37fe680f7760c6ef52c2dd031932
tree822d319aee573b0b31adc070690d3d27d70a059f
parent292cf21a64b4afb3b22a6ba19967f965b486600a
Added command-line switch to win/build_all.py to skip TAP driver building

Modified win/build_all.py so that by giving -n or --notap switch the TAP driver
is not built. This is useful if using prebuilt TAP drivers, or when WinDDK is
not installed.

Signed-off-by: Samuli Seppänen <samuli@openvpn.net>
Acked-by: James Yonan <james@openvpn.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
win/build_all.py