From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjFQK-0005Ez-IR for qemu-devel@nongnu.org; Fri, 26 Sep 2008 11:40:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjFQJ-0005Ds-2U for qemu-devel@nongnu.org; Fri, 26 Sep 2008 11:40:04 -0400 Received: from [199.232.76.173] (port=45070 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjFQI-0005Dg-P7 for qemu-devel@nongnu.org; Fri, 26 Sep 2008 11:40:02 -0400 Received: from el-out-1112.google.com ([209.85.162.181]:46336) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjFQI-0005jr-Eu for qemu-devel@nongnu.org; Fri, 26 Sep 2008 11:40:02 -0400 Received: by el-out-1112.google.com with SMTP id s27so235028ele.19 for ; Fri, 26 Sep 2008 08:40:01 -0700 (PDT) Message-ID: <48DD0213.4060702@codemonkey.ws> Date: Fri, 26 Sep 2008 10:38:59 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Makefile question References: <48DBF7A9.1E3EB46@bttr-software.de> <48DBF8F4.3060701@codemonkey.ws> <48DBFA61.5296ADA8@bttr-software.de> <48DCF7AD.5040301@codemonkey.ws> <48DD000B.C74F7773@bttr-software.de> In-Reply-To: <48DD000B.C74F7773@bttr-software.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org >>> +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