summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-05-03 19:57:09 +0200
committerStefan Weil <sw@weilnetz.de>2015-09-24 20:52:28 +0200
commit805d8a67647768173c27761cd86e6f99a9d3b7cd (patch)
treed597fab4f27d060927b3121ef1620a8cfe6197f0 /Makefile
parent9438fe9e56760e5e5e11d6c7d12ed9c64a0c8446 (diff)
downloadhqemu-805d8a67647768173c27761cd86e6f99a9d3b7cd.zip
hqemu-805d8a67647768173c27761cd86e6f99a9d3b7cd.tar.gz
nsis: Add QEMU version information to Windows registry
The uninstall keys include an option key "DisplayVersion" which we set now. By default the version value is read from file VERSION, but it is also possible to pass VERSION=#.#.# to make. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9e75362..68e2e1b 100644
--- a/Makefile
+++ b/Makefile
@@ -623,6 +623,7 @@ endif # SIGNCODE
$(if $(DLL_PATH),-DDLLDIR="$(DLL_PATH)") \
-DSRCDIR="$(SRC_PATH)" \
-DOUTFILE="$(INSTALLER)" \
+ -DDISPLAYVERSION="$(VERSION)" \
$(SRC_PATH)/qemu.nsi
rm -r ${INSTDIR}
ifdef SIGNCODE
OpenPOWER on IntegriCloud