From: "Christoph Conrad" <christoph.conrad@gmx.de>
To: bug-gnu-emacs@gnu.org
Cc: Christoph Conrad <christoph.conrad@gmx.de>
Subject: 23.0; Error in generated makefile on windows xp
Date: Thu, 28 Feb 2008 13:46:07 +0100 [thread overview]
Message-ID: <yr47igp8cri.fsf@ID-24456.user.uni-berlin.de> (raw)
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.
next reply other threads:[~2008-02-28 12:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-28 12:46 Christoph Conrad [this message]
2008-02-28 17:17 ` 23.0; Error in generated makefile on windows xp Jason Rumney
2008-03-01 14:53 ` Eli Zaretskii
2008-03-01 19:41 ` Jason Rumney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=yr47igp8cri.fsf@ID-24456.user.uni-berlin.de \
--to=christoph.conrad@gmx.de \
--cc=bug-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.