From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Move fringe.o to window-system specific lists of *.o files Date: Mon, 16 Feb 2004 18:19:05 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <3028-Mon16Feb2004181904+0200-eliz@elta.co.il> References: <7137-Mon16Feb2004132709+0200-eliz@elta.co.il> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1076948615 30405 80.91.224.253 (16 Feb 2004 16:23:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Feb 2004 16:23:35 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Feb 16 17:23:24 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AslWl-0006H8-00 for ; Mon, 16 Feb 2004 17:23:23 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1AslWl-0007xQ-00 for ; Mon, 16 Feb 2004 17:23:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AslVU-0002VU-HB for emacs-devel@quimby.gnus.org; Mon, 16 Feb 2004 11:22:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AslT7-0001iY-Bf for emacs-devel@gnu.org; Mon, 16 Feb 2004 11:19:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AslSV-0001WY-LC for emacs-devel@gnu.org; Mon, 16 Feb 2004 11:19:30 -0500 Original-Received: from [192.114.186.24] (helo=legolas.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AslSU-0001W1-Tk for emacs-devel@gnu.org; Mon, 16 Feb 2004 11:18:59 -0500 Original-Received: from zaretski (pns03-205-225.inter.net.il [80.230.205.225]) by legolas.inter.net.il (MOS 3.4.4-GR) with ESMTP id BJE33653; Mon, 16 Feb 2004 18:18:38 +0200 (IST) Original-To: storm@cua.dk (Kim F. Storm) X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19981 > From: storm@cua.dk (Kim F. Storm) > Date: 16 Feb 2004 14:14:51 +0100 > > > Kim, any objections to the following change in src/Makefile.in? > > No, that is ok with me (and thank you for the fix). Pls. install it. Done. > Is a similar change may be needed in the w32 makefile? No, the Windows port doesn't support a build without a window-system code, like --without-x on Unix. So it always compiles and links fringe.o.