summaryrefslogtreecommitdiff
path: root/src/makefile.w32-in
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2008-05-14 01:09:44 +0000
committerKenichi Handa <handa@m17n.org>2008-05-14 01:09:44 +0000
commit42da60f7c04656322c6211f90a248207b7aef5e9 (patch)
treef8fc1ddce0d63ca4c15385918a5dc10a2b93289b /src/makefile.w32-in
parent0bd4ba0a5419273ed876ce825a5f02ca0d587852 (diff)
downloademacs-42da60f7c04656322c6211f90a248207b7aef5e9.tar.gz
(WIN32OBJ): Add w32reg.$(O), remove w32bdf.$(O).
Diffstat (limited to 'src/makefile.w32-in')
-rw-r--r--src/makefile.w32-in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index 28fddaaeb5d..9593155763b 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -135,8 +135,8 @@ WIN32OBJ = $(BLD)/w32term.$(O) \
$(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)