diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/makefile.w32-in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 4dad03f4c0c..19425bc9a27 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -123,7 +123,8 @@ OBJ1 = $(BLD)/abbrev.$(O) \ | |||
| 123 | $(BLD)/ccl.$(O) \ | 123 | $(BLD)/ccl.$(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 | 128 | ||
| 128 | WIN32OBJ = $(BLD)/w32term.$(O) \ | 129 | WIN32OBJ = $(BLD)/w32term.$(O) \ |
| 129 | $(BLD)/w32xfns.$(O) \ | 130 | $(BLD)/w32xfns.$(O) \ |