]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Added helper functionality to win/wb.py
authorSamuli Seppänen <samuli@openvpn.net>
Fri, 11 Feb 2011 13:53:19 +0000 (15:53 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Sat, 26 Feb 2011 23:55:38 +0000 (00:55 +0100)
commita8220492b30f2780c55c57d110253f310c170b73
treef76120bd7fe4f57b41e0908122b1ecfd4e91f034
parent9e178ebe41233c228a3f76c1adb623a633057249
Added helper functionality to win/wb.py

This change adds several helper functions to win/wb.py:

- config-win32.h parser (to read build configuration options)
- helper function to cd to service-win32 for openvpnserv.exe building
- code to dynamically generate TAP-driver -related variables from version.m4,
  required by tap-win32/tapdrv.c
- configure.h generator to allow viewing build options using openvpn --version
- creation of temporary version.m4-based file to allow importing it's variables
  to the NSI installer script (win/openvpn.nsi)
- helper function to rename files (used in win/make_dist.py)

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/wb.py