qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Makefile question


From: Anthony Liguori
Subject: Re: [Qemu-devel] Makefile question
Date: Fri, 26 Sep 2008 10:38:59 -0500
User-agent: Thunderbird 2.0.0.16 (X11/20080723)


+if test "$mingw32" = "yes" ; then
+echo "#define QEMU_FILEVERSION $(tr . , < $source_path/VERSION),0" >>
$config_h
+echo "#define QEMU_PRODUCTVERSION $(tr . , < $source_path/VERSION),0"
$config_h
+fi

You could just use QEMU_VERSION in the .rc file

Instead of QEMU_FILEVERSION and QEMU_PRODUCTVERSION?
No, because FILEVERSION numbers must be in format "a, b, c, d".

Okay, I didn't know that.

Regards,

Anthony Liguori




reply via email to

[Prev in Thread] Current Thread [Next in Thread]