1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Automate W32 installer building.

* doc/README.W32: Document new installer build procedure.
* scripts/autogen.sh: Pass all args to the installer (regression fix).
* scripts/conf-w32/README: Remove from repo.
* scripts/conf-w32/bzip2-1.diff: Remove from repo.
* scripts/mk-w32-dist: Rewrite.
* scripts/w32installer.nsi [WITH_PATCHES]: Use constant patch file
name.
This commit is contained in:
Werner Koch 2012-01-16 16:12:24 +01:00
parent cfb193a1de
commit 81839d2861
6 changed files with 190 additions and 248 deletions

View file

@ -94,7 +94,7 @@ if test "$1" = "--build-w32"; then
fi
[ $DIE = yes ] && exit 1
$tsdir/configure ${conf_CC} --build=${build} --host=${host}
$tsdir/configure ${conf_CC} --build=${build} --host=${host} \
${disable_foo_tests} $*
exit $?
fi