Mercurial > emacs
diff src/makefile.w32-in @ 94919:0d257abdf3ca
(WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Wed, 14 May 2008 01:09:44 +0000 |
| parents | ecf65095f041 |
| children | a46a8a839596 |
line wrap: on
line diff
--- a/src/makefile.w32-in Wed May 14 01:09:06 2008 +0000 +++ b/src/makefile.w32-in Wed May 14 01:09:44 2008 +0000 @@ -135,8 +135,8 @@ $(BLD)/xfaces.$(O) \ $(BLD)/w32select.$(O) \ $(BLD)/w32menu.$(O) \ - $(BLD)/w32reg.$(O) \ - $(BLD)/w32bdf.$(O) + $(BLD)/w32reg.$(O) +# $(BLD)/w32bdf.$(O) FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O)
