]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile
w32, w64: Add build rule for installer
authorStefan Weil <sw@weilnetz.de>
Mon, 15 Jul 2013 21:49:57 +0000 (23:49 +0200)
committerStefan Weil <sw@weilnetz.de>
Mon, 29 Jul 2013 09:43:37 +0000 (11:43 +0200)
commitf53ec6999287bfdc4f0dfdb6427baa1853f8952a
treedea3333d37675077086d1285ce94626420aed56b
parent461bdb3414c40d6806194bf68c91521496b1042d
w32, w64: Add build rule for installer

The new rules in Makefile allow building installers for QEMU on Windows
using NSIS, a package which is also available for Linux distributions
(so cross builds are possible).

The rules for NSIS are in qemu.nsi which also uses two new images.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Makefile
pc-bios/qemu-nsis.bmp [new file with mode: 0644]
pc-bios/qemu-nsis.ico [new file with mode: 0644]
qemu.nsi [new file with mode: 0644]