Mercurial > emacs
changeset 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 | 9c6ecf192e1e |
children | 754dcec40ffe |
files | src/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)