Mercurial > emacs
diff src/makefile.nt @ 27891:5c190782d071
Add atimer.h to dependencies.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Sun, 27 Feb 2000 21:30:11 +0000 |
| parents | 1a1bb26a2326 |
| children | 350224e0efe6 |
line wrap: on
line diff
--- a/src/makefile.nt Sun Feb 27 21:28:38 2000 +0000 +++ b/src/makefile.nt Sun Feb 27 21:30:11 2000 +0000 @@ -729,7 +729,8 @@ $(SRC)\w32gui.h \ $(SRC)\xterm.h \ $(SRC)\vmstime.h \ - $(SRC)\systime.h + $(SRC)\systime.h \ + $(SRC)\atimer.h $(BLD)\keymap.obj : \ $(SRC)\keymap.c \ @@ -896,7 +897,8 @@ $(SRC)\vmstime.h \ $(SRC)\systime.h \ $(SRC)\termopts.h \ - $(SRC)\composite.h + $(SRC)\composite.h \ + $(SRC)\atimer.h $(BLD)\ralloc.obj : \ $(SRC)\ralloc.c \ @@ -1225,7 +1227,8 @@ $(SRC)\window.h \ $(SRC)\keyboard.h \ $(SRC)\intervals.h \ - $(SRC)\composite.h + $(SRC)\composite.h \ + $(SRC)\atimer.h $(BLD)\w32select.obj: \ $(EMACS_ROOT)\src\s\ms-w32.h \
