diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index df5614e2407..1978579354d 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -124,8 +124,8 @@ OBJ1 = $(BLD)/alloc.$(O) \ | |||
| 124 | $(BLD)/fontset.$(O) \ | 124 | $(BLD)/fontset.$(O) \ |
| 125 | $(BLD)/fringe.$(O) \ | 125 | $(BLD)/fringe.$(O) \ |
| 126 | $(BLD)/image.$(O) \ | 126 | $(BLD)/image.$(O) \ |
| 127 | $(BLD)/terminal.$(O) | 127 | $(BLD)/terminal.$(O) \ |
| 128 | 128 | $(BLD)/menu.$(O) | |
| 129 | 129 | ||
| 130 | WIN32OBJ = $(BLD)/w32term.$(O) \ | 130 | WIN32OBJ = $(BLD)/w32term.$(O) \ |
| 131 | $(BLD)/w32xfns.$(O) \ | 131 | $(BLD)/w32xfns.$(O) \ |
| @@ -925,6 +925,18 @@ $(BLD)/md5.$(O) : \ | |||
| 925 | $(SRC)/md5.c \ | 925 | $(SRC)/md5.c \ |
| 926 | $(SRC)/md5.h | 926 | $(SRC)/md5.h |
| 927 | 927 | ||
| 928 | $(BLD)/menu.$(O) : \ | ||
| 929 | $(SRC)/menu.c \ | ||
| 930 | $(CONFIG_H) \ | ||
| 931 | $(SRC)/keyboard.h \ | ||
| 932 | $(SRC)/keymap.h \ | ||
| 933 | $(SRC)/frame.h \ | ||
| 934 | $(SRC)/termhooks.h \ | ||
| 935 | $(SRC)/blockinput.h \ | ||
| 936 | $(SRC)/dispextern.h \ | ||
| 937 | $(SRC)/w32gui.h \ | ||
| 938 | $(SRC)/w32term.h | ||
| 939 | |||
| 928 | $(BLD)/minibuf.$(O) : \ | 940 | $(BLD)/minibuf.$(O) : \ |
| 929 | $(SRC)/minibuf.c \ | 941 | $(SRC)/minibuf.c \ |
| 930 | $(CONFIG_H) \ | 942 | $(CONFIG_H) \ |