mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
nsis installer: Suppress "ANSI targets are deprecated" warning
When we build our Windows installer, it emits the warning: warning 7998: ANSI targets are deprecated Fix this by making our installer a Unicode installer instead. These won't work on Win95/98/ME, but we already do not support those. See https://nsis.sourceforge.io/Docs/Chapter4.html#aunicodetarget for the documentation of the Unicode directive. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Stefan Weil <sw@weilnetz.de> Message-id: 20220305105743.2384766-3-peter.maydell@linaro.org
This commit is contained in:
parent
e422d92a23
commit
6b98e86e87
1 changed files with 3 additions and 0 deletions
3
qemu.nsi
3
qemu.nsi
|
|
@ -35,6 +35,9 @@
|
|||
!define OUTFILE "qemu-setup.exe"
|
||||
!endif
|
||||
|
||||
; Build a unicode installer
|
||||
Unicode true
|
||||
|
||||
; Use maximum compression.
|
||||
SetCompressor /SOLID lzma
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue