]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added Python-based build system for Windows in
authorJames Yonan <james@openvpn.net>
Thu, 22 Apr 2010 12:53:31 +0000 (12:53 +0000)
committerJames Yonan <james@openvpn.net>
Thu, 22 Apr 2010 12:53:31 +0000 (12:53 +0000)
commit059739e9341781d9019e07fc5119367c1630b012
tree6839d8071558539505991895ef377baee58e960f
parent7a464e32394f2d072fad2d31ad625b332108300f
Added Python-based build system for Windows in
win directory.

Fixed minor issue in TAP driver DEBUG builds where
non-null-terminated unicode strings were being
printed incorrectly.

Version 2.1.1g

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@5577 e7ae566f-a301-0410-adde-c780ea21d3b5
24 files changed:
INSTALL
install-win32/settings.in
install-win32/winconfig
tap-win32/SOURCES.in
tap-win32/common.h
tap-win32/resource.rc
tap-win32/tapdrvr.c
version.m4
win/__init__.py [new file with mode: 0644]
win/autodefs.h.in [new file with mode: 0644]
win/build.py [new file with mode: 0644]
win/build_all.py [new file with mode: 0644]
win/build_ddk.py [new file with mode: 0644]
win/config.py [new file with mode: 0644]
win/config_all.py [new file with mode: 0644]
win/config_tap.py [new file with mode: 0644]
win/config_ti.py [new file with mode: 0644]
win/js.py [new file with mode: 0644]
win/make_dist.py [new file with mode: 0644]
win/msvc.mak.in [new file with mode: 0644]
win/settings.in [new file with mode: 0644]
win/show.py [new file with mode: 0644]
win/sign.py [new file with mode: 0644]
win/wb.py [new file with mode: 0644]