[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/5] meson: add NSIS building
From: |
Peter Maydell |
Subject: |
Re: [PATCH 5/5] meson: add NSIS building |
Date: |
Tue, 25 Aug 2020 17:11:35 +0100 |
On Tue, 25 Aug 2020 at 16:09, <marcandre.lureau@redhat.com> wrote:
> diff --git a/scripts/nsis.sh b/scripts/nsis.sh
> new file mode 100755
> index 0000000000..d7d8b39b04
> --- /dev/null
> +++ b/scripts/nsis.sh
> @@ -0,0 +1,58 @@
> +#!/bin/bash -e
> +
Copyright and license header comment for all new files, please.
thanks
-- PMM
- [PATCH 0/5] meson: mingw installation fixes & nsis conversion, marcandre . lureau, 2020/08/25
- [PATCH 1/5] meson: pass confsuffix option, marcandre . lureau, 2020/08/25
- [PATCH 2/5] meson: use meson datadir instead of qemu_datadir, marcandre . lureau, 2020/08/25
- [PATCH 3/5] meson: add docdir option and pass pre-prefix qemu_docdir, marcandre . lureau, 2020/08/25
- [PATCH 4/5] meson: use meson mandir instead of qemu_mandir, marcandre . lureau, 2020/08/25
- [PATCH 5/5] meson: add NSIS building, marcandre . lureau, 2020/08/25
- Re: [PATCH 0/5] meson: mingw installation fixes & nsis conversion, Paolo Bonzini, 2020/08/25