unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0; Error in generated makefile on windows xp
@ 2008-02-28 12:46 Christoph Conrad
  2008-02-28 17:17 ` Jason Rumney
  0 siblings, 1 reply; 4+ messages in thread
From: Christoph Conrad @ 2008-02-28 12:46 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: Christoph Conrad

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.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-03-01 19:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-28 12:46 23.0; Error in generated makefile on windows xp Christoph Conrad
2008-02-28 17:17 ` Jason Rumney
2008-03-01 14:53   ` Eli Zaretskii
2008-03-01 19:41     ` Jason Rumney

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).