Samuli Seppänen wrote: > From 804aa21a12f74de4142305ed415b33a43e5fc276 Mon Sep 17 00:00:00 2001 > From: =?utf-8?q?Samuli=20Sepp=C3=A4nen?= <sam...@openvpn.net> > Date: Thu, 18 Nov 2010 18:00:54 +0200 > Subject: [PATCH] Added command-line option parser and an unsigned build > option to build_all.py > > Modified win/build_all.py so that it parses command-line options using getopt. > Added option "-u / --unsigned" which allows forcing unsigned builds and a "-h > / > --help" option. By default a signed build is generated, provided that the > Python > SignTool module is installed. If not, the build is interrupted. > --- > win/build_all.py | 45 +++++++++++++++++++++++++++++++++++++++++++-- > 1 files changed, 43 insertions(+), 2 deletions(-)
Acked-by: Peter Stuge <pe...@stuge.se>