# HG changeset patch # User Eli Zaretskii # Date 1118086150 0 # Node ID 870c905ecf55349ac76cbd49fb5f57536ccbccac # Parent 292c206273196e76988d63d0a685020b750c84be ($(BLD)/emacs.$(O), $(BLD)/w32select.$(O)): Depend on w32heap.h. diff -r 292c20627319 -r 870c905ecf55 src/makefile.w32-in --- a/src/makefile.w32-in Mon Jun 06 19:28:47 2005 +0000 +++ b/src/makefile.w32-in Mon Jun 06 19:29:10 2005 +0000 @@ -595,6 +595,7 @@ $(SRC)/termhooks.h \ $(SRC)/w32bdf.h \ $(SRC)/w32gui.h \ + $(SRC)/w32heap.h \ $(SRC)/window.h $(BLD)/eval.$(O) : \ @@ -1430,6 +1431,7 @@ $(SRC)/systime.h \ $(SRC)/w32bdf.h \ $(SRC)/w32gui.h \ + $(SRC)/w32heap.h \ $(SRC)/w32term.h $(BLD)/w32reg.$(O): \