# HG changeset patch # User Kim F. Storm # Date 1076430727 0 # Node ID 9d51cbb07720bcd3bde3470fd33432de4a7949e4 # Parent a3d8d6695154269930ed762c89fe89d8a0fb4a92 Add fringe.o to OBJ1. diff -r a3d8d6695154 -r 9d51cbb07720 src/makefile.w32-in --- 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) \