aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-02-10 16:32:07 +0000
committerKim F. Storm2004-02-10 16:32:07 +0000
commita510f26946bed9980052ab296900cf57abdc98f5 (patch)
tree38faf713e6eeafa5388492e6018f59a9e525719d /src
parent3638f0e08f203c825ae95518c8ffa0051a499515 (diff)
downloademacs-a510f26946bed9980052ab296900cf57abdc98f5.tar.gz
emacs-a510f26946bed9980052ab296900cf57abdc98f5.zip
Add fringe.o to OBJ1.
Diffstat (limited to 'src')
-rw-r--r--src/makefile.w32-in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index bd5ad98571c..1007e3940b0 100644
--- a/src/makefile.w32-in
+++ b/src/makefile.w32-in
@@ -118,7 +118,8 @@ OBJ1 = $(BLD)/abbrev.$(O) \
118 $(BLD)/coding.$(O) \ 118 $(BLD)/coding.$(O) \
119 $(BLD)/category.$(O) \ 119 $(BLD)/category.$(O) \
120 $(BLD)/ccl.$(O) \ 120 $(BLD)/ccl.$(O) \
121 $(BLD)/fontset.$(O) 121 $(BLD)/fontset.$(O) \
122 $(BLD)/fringe.$(O)
122 123
123WIN32OBJ = $(BLD)/w32term.$(O) \ 124WIN32OBJ = $(BLD)/w32term.$(O) \
124 $(BLD)/w32xfns.$(O) \ 125 $(BLD)/w32xfns.$(O) \