changeset 53908:9d51cbb07720

Add fringe.o to OBJ1.
author Kim F. Storm <storm@cua.dk>
date Tue, 10 Feb 2004 16:32:07 +0000
parents a3d8d6695154
children 3d23cd8c7b15
files src/makefile.w32-in
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/makefile.w32-in	Tue Feb 10 03:58:37 2004 +0000
+++ b/src/makefile.w32-in	Tue Feb 10 16:32:07 2004 +0000
@@ -118,7 +118,8 @@
 	$(BLD)/coding.$(O)			\
 	$(BLD)/category.$(O)			\
 	$(BLD)/ccl.$(O)				\
-	$(BLD)/fontset.$(O)
+	$(BLD)/fontset.$(O)			\
+	$(BLD)/fringe.$(O)
 
 WIN32OBJ = $(BLD)/w32term.$(O)			\
 	   $(BLD)/w32xfns.$(O)			\