]> git.proxmox.com Git - qemu.git/commit
w32: Add missing version.o to all executables (fix regression)
authorStefan Weil <sw@weilnetz.de>
Thu, 8 Aug 2013 18:18:07 +0000 (20:18 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 12 Aug 2013 14:19:05 +0000 (09:19 -0500)
commit0b516ef0dfad9a7b34c675c98e8ec92ab4d38466
treea2b27cea7a2eb0c3bf53e2e3b712209f69d81374
parentcb77d1925ac4d673e19be58aa39fc53c5d2fed10
w32: Add missing version.o to all executables (fix regression)

QEMU executables for w32, w64 had included meta information built from
version.rc. These rules were changed several times some months ago.

The latest version added version.o to the tools, but not to the system
emulations.

This patch adds the meta information to all system emulations again.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Message-id: 1375985887-3984-1-git-send-email-sw@weilnetz.de
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile
Makefile.objs