aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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) \
135 $(BLD)/xfaces.$(O) \ 135 $(BLD)/xfaces.$(O) \
136 $(BLD)/w32select.$(O) \ 136 $(BLD)/w32select.$(O) \
137 $(BLD)/w32menu.$(O) \ 137 $(BLD)/w32menu.$(O) \
138 $(BLD)/w32reg.$(O) \ 138 $(BLD)/w32reg.$(O)
139 $(BLD)/w32bdf.$(O) 139# $(BLD)/w32bdf.$(O)
140 140
141FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O) 141FONTOBJ = $(BLD)/w32font.$(O) $(BLD)/w32uniscribe.$(O)
142 142