diff options
author | Bin Meng | 2022-09-08 15:28:13 +0200 |
---|---|---|
committer | Stefan Weil | 2022-10-31 10:06:11 +0100 |
commit | a3c1e6458dbbe3647ccadfb39cbb585fdc4373a5 (patch) | |
tree | db7d4f704001b83ffea578249c41fb32656290c9 /scripts/qapi-gen.py | |
parent | scripts/nsis.py: Fix destination directory name when invoked on Windows (diff) | |
download | qemu-a3c1e6458dbbe3647ccadfb39cbb585fdc4373a5.tar.gz qemu-a3c1e6458dbbe3647ccadfb39cbb585fdc4373a5.tar.xz qemu-a3c1e6458dbbe3647ccadfb39cbb585fdc4373a5.zip |
scripts/nsis.py: Automatically package required DLLs of QEMU executables
At present packaging the required DLLs of QEMU executables is a
manual process, and error prone.
Actually build/config-host.mak contains a GLIB_BINDIR variable
which is the directory where glib and other DLLs reside. This
works for both Windows native build and cross-build on Linux.
We can use it as the search directory for DLLs and automate
the whole DLL packaging process.
Signed-off-by: Bin Meng <bin.meng@windriver.com>
Message-Id: <20220908132817.1831008-4-bmeng.cn@gmail.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Tested-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'scripts/qapi-gen.py')
0 files changed, 0 insertions, 0 deletions