From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KjG16-0005Il-2j for qemu-devel@nongnu.org; Fri, 26 Sep 2008 12:18:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KjG14-0005Hk-Jz for qemu-devel@nongnu.org; Fri, 26 Sep 2008 12:18:03 -0400 Received: from [199.232.76.173] (port=54184 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KjG14-0005H6-AI for qemu-devel@nongnu.org; Fri, 26 Sep 2008 12:18:02 -0400 Received: from wx-out-0506.google.com ([66.249.82.228]:45922) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KjG12-00016U-8b for qemu-devel@nongnu.org; Fri, 26 Sep 2008 12:18:00 -0400 Received: by wx-out-0506.google.com with SMTP id h27so257832wxd.4 for ; Fri, 26 Sep 2008 09:17:59 -0700 (PDT) Message-ID: <48DD0AF9.3050502@codemonkey.ws> Date: Fri, 26 Sep 2008 11:16:57 -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> <48DD0213.4060702@codemonkey.ws> <48DD071A.88266F01@bttr-software.de> In-Reply-To: <48DD071A.88266F01@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 Robert Riebisch wrote: > Anthony Liguori wrote: > > >>> 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. >> > > No problem. :-) > > Btw: What's the difference betweeen VL_OBJS and OBJS in Makefile.target? > I added "OBJS+=version.o" to the 0.9.1 Makefile.target, but it isn't > linked in to the final EXE. If I delete version.o and version.rc, it > doesn't even complain about not finding these files. > VL_OBJS no longer exists in SVN so I can't really answer that. Regards, Anthony Liguori > Robert Riebisch >