diff options
| author | Eli Zaretskii | 2011-03-11 11:41:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-11 11:41:56 +0200 |
| commit | 7ef4b50c04d80cbc2b247f997e9133fbce70be05 (patch) | |
| tree | f61246eb91390dec44320f4a9621b906f42b3cbf /src/makefile.w32-in | |
| parent | 4f1f90cd9dac7134d85abe6e732afe1a6a9257f7 (diff) | |
| download | emacs-7ef4b50c04d80cbc2b247f997e9133fbce70be05.tar.gz emacs-7ef4b50c04d80cbc2b247f997e9133fbce70be05.zip | |
Fix MS-Windows build broken by 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
src/term.c (encode_terminal_code): Now external again, used by
w32console.c and msdos.c.
src/termhooks.h (encode_terminal_code): Declare prototype.
src/msdos.c (encode_terminal_code): Don't declare prototype.
src/makefile.w32-in ($(BLD)/term.$(O), ($(BLD)/tparam.$(O)): Depend
on $(SRC)/tparam.h, see 2011-03-11T07:24:21Z!eggert@cs.ucla.edu.
Diffstat (limited to 'src/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 7a702fd45bf..81f758f1b5f 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -1466,6 +1466,7 @@ $(BLD)/term.$(O) : \ | |||
| 1466 | $(SRC)/termchar.h \ | 1466 | $(SRC)/termchar.h \ |
| 1467 | $(SRC)/termhooks.h \ | 1467 | $(SRC)/termhooks.h \ |
| 1468 | $(SRC)/termopts.h \ | 1468 | $(SRC)/termopts.h \ |
| 1469 | $(SRC)/tparam.h \ | ||
| 1469 | $(SRC)/w32gui.h \ | 1470 | $(SRC)/w32gui.h \ |
| 1470 | $(SRC)/window.h | 1471 | $(SRC)/window.h |
| 1471 | 1472 | ||
| @@ -1498,6 +1499,7 @@ $(BLD)/textprop.$(O) : \ | |||
| 1498 | 1499 | ||
| 1499 | $(BLD)/tparam.$(O) : \ | 1500 | $(BLD)/tparam.$(O) : \ |
| 1500 | $(SRC)/tparam.c \ | 1501 | $(SRC)/tparam.c \ |
| 1502 | $(SRC)/tparam.h \ | ||
| 1501 | $(CONFIG_H) \ | 1503 | $(CONFIG_H) \ |
| 1502 | $(LISP_H) | 1504 | $(LISP_H) |
| 1503 | 1505 | ||