From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Christoph Conrad" Newsgroups: gmane.emacs.bugs Subject: 23.0; Error in generated makefile on windows xp Date: Thu, 28 Feb 2008 13:46:07 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1204203135 19321 80.91.229.12 (28 Feb 2008 12:52:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Feb 2008 12:52:15 +0000 (UTC) Cc: Christoph Conrad To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 28 13:52:41 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JUiFc-0005w2-8Y for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 13:52:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUiF5-0000YC-QJ for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Feb 2008 07:52:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JUiEy-0000Xn-Qd for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 07:52:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JUiEx-0000XM-GP for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 07:52:00 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JUiEx-0000XI-9b for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 07:51:59 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JUiEw-0004yb-NI for bug-gnu-emacs@gnu.org; Thu, 28 Feb 2008 07:51:59 -0500 Original-Received: from surgitaix.com (p5B39407C.dip0.t-ipconnect.de [91.57.64.124]) by mrelayeu.kundenserver.de (node=mrelayeu1) with ESMTP (Nemesis) id 0MKwpI-1JUiEk0HeC-0006PP; Thu, 28 Feb 2008 13:51:46 +0100 X-Hashcash: 1:20:080228:christoph.conrad@gmx.de::5b9d871SsiIPwHx2:0000000000000000000000000000000000000005Gl X-Hashcash: 1:20:080228:bug-gnu-emacs@gnu.org::Z4XSkUAoIz63FYOE:00000000000000000000000000000000000000000LJV X-Provags-ID: V01U2FsdGVkX185ClUH3YgsmRW2P0O1uZM0iEGBxZ9O59kAsqz isb6Zb9kvnh38tFXArHWIgn9m7fN4Mftoh/zfcn7PICDxNMwt8 sIZYqaTqURm/NOfAbph6g== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:17608 Archived-At: Current CVS emacs, Visual Studio .NET 2003. .\configure.bat --with-msvc --without-png --without-jpeg --without-gif --without-tiff --without-xpm ,---- | ifdef USE_FONTBACKEND | FONTOBJ = $(BLD)/w32font.$(O) | endif `---- in "src\makefile" should be ,---- | !ifdef USE_FONTBACKEND | FONTOBJ = $(BLD)/w32font.$(O) | !endif `---- '!' is missing at two places.