* msdos/sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).

Hopefully this is the right thing for msdos with X.
This commit is contained in:
Glenn Morris 2010-05-13 19:51:50 -07:00
parent 489d31a455
commit 2633ef9420
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2010-05-14 Glenn Morris <rgm@gnu.org>
* sed1v2.inp (FONT_OBJ): Use the plain X version (no XFT, Freetype).
* sed1v2.inp (@NS_IMPL_GNUSTEP_INC@): Edit to nil.
2010-05-13 Glenn Morris <rgm@gnu.org>

View file

@ -99,7 +99,7 @@ s/\.h\.in/.h-in/
/^START_FILES *=/s/@START_FILES@//
/^OTHER_FILES *=/s/@OTHER_FILES@//
/^XMENU_OBJ *=/s/@XMENU_OBJ@/xmenu.o/
/^FONT_OBJ *=/s/@FONT_OBJ@/xfont.o ftfont.o xftfont.o ftxfont.o/
/^FONT_OBJ *=/s/@FONT_OBJ@/xfont.o/
/^LIBGPM *=/s/@LIBGPM@//
/^EXEEXT *=/s/@EXEEXT@/.exe/
/^PRE_ALLOC_OBJ *=/s/@PRE_ALLOC_OBJ@/lastfile.o/