From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kixlc-0001TN-Ey for qemu-devel@nongnu.org; Thu, 25 Sep 2008 16:48:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kixla-0001SD-GA for qemu-devel@nongnu.org; Thu, 25 Sep 2008 16:48:52 -0400 Received: from [199.232.76.173] (port=37564 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kixla-0001S2-87 for qemu-devel@nongnu.org; Thu, 25 Sep 2008 16:48:50 -0400 Received: from mail-gx0-f19.google.com ([209.85.217.19]:44646) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KixlZ-0001GY-Oa for qemu-devel@nongnu.org; Thu, 25 Sep 2008 16:48:49 -0400 Received: by gxk12 with SMTP id 12so8075989gxk.10 for ; Thu, 25 Sep 2008 13:48:49 -0700 (PDT) Message-ID: <48DBF8F4.3060701@codemonkey.ws> Date: Thu, 25 Sep 2008 15:47:48 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Makefile question References: <48DBF7A9.1E3EB46@bttr-software.de> In-Reply-To: <48DBF7A9.1E3EB46@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: > Hi all! > > I'm trying to enhance my personal Win32 build of QEMU 0.9.1. Because I > wish to make it a "single click build", I'd like to correctly add a new > object file to be linked into $(TARGET_DIRS)/qemu.exe ("i386-softmmu" at > least) to the makefiles. (This object file will not be made from a .c > file.) > Where does the object file come from? You need to provide a bit more detail for anyone to be able to help you. Regards, Anthony Liguori > Unfortunately I'm no makefile expert. Please, could someone give me some > hints, what and where to add to the makefiles? OBJS? VL_OBJS? Create new > EXTRA_OBJS? > > Thanks in advance! > > Robert Riebisch >