Always include w32font.c in the build.

This commit is contained in:
Jason Rumney 2008-03-04 17:34:22 +00:00
parent c69002781e
commit cefd56f648
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2008-03-04 Jason Rumney <jasonr@gnu.org>
* makefile.w32-in: Always include w32font.c in the build.
* w32font.c: Wrap in USE_FONT_BACKEND conditional.
2008-03-04 Andreas Schwab <schwab@suse.de>
* Makefile.in (clean): Remove emacs-*.*.* instead of emacs-*.

View file

@ -138,10 +138,7 @@ WIN32OBJ = $(BLD)/w32term.$(O) \
$(BLD)/w32reg.$(O) \
$(BLD)/w32bdf.$(O)
FONTOBJ =
ifdef USE_FONTBACKEND
FONTOBJ = $(BLD)/w32font.$(O)
endif
LIBS = $(TLIB0) \
$(TLIB1) \