bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23.0; Error in generated makefile on windows xp


From: Christoph Conrad
Subject: 23.0; Error in generated makefile on windows xp
Date: Thu, 28 Feb 2008 13:46:07 +0100

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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]