aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-13 20:13:39 -0700
committerGlenn Morris2010-05-13 20:13:39 -0700
commitf14d1dfda15717473601225ac8cca404ae789552 (patch)
treee97125bb54d5120b22de70bc3a22cb70920774f5 /src/ChangeLog
parent11842bd8ae675adb79d1a7ed75f16fef176cbfe9 (diff)
downloademacs-f14d1dfda15717473601225ac8cca404ae789552.tar.gz
emacs-f14d1dfda15717473601225ac8cca404ae789552.zip
Replace some msdos cpp.
* src/Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it. (MSDOS_X_OBJ): New variable. (MSDOS_SUPPORT_REAL): New constant. (MSDOS_SUPPORT): Set as a variable, not with cpp. (obj): Use MSDOS_X_OBJ. (lisp): Use MSDOS_SUPPORT as a variable. * msdos/sed1v2.inp (MSDOS_OBJ): Edit to dosfns.o msdos.o. (MSDOS_SUPPORT): Edit to $(MSDOS_SUPPORT_REAL). * msdos/sed1x.inp (MSDOS_X_OBJ): Edit to w16select.o termcap.o.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cfa1d1e2403..164cfbf6edb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12010-05-14 Glenn Morris <rgm@gnu.org> 12010-05-14 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (MSDOS_OBJ): Default to empty, let msdos scripts set it.
4 (MSDOS_X_OBJ): New variable.
5 (MSDOS_SUPPORT_REAL): New constant.
6 (MSDOS_SUPPORT): Set as a variable, not with cpp.
7 (obj): Use MSDOS_X_OBJ.
8 (lisp): Use MSDOS_SUPPORT as a variable.
9
3 * Makefile.in (REAL_MOUSE_SUPPORT): New constant. 10 * Makefile.in (REAL_MOUSE_SUPPORT): New constant.
4 (GPM_MOUSE_SUPPORT): Now it's a constant. 11 (GPM_MOUSE_SUPPORT): Now it's a constant.
5 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure, 12 (MOUSE_SUPPORT, TOOLTIP_SUPPORT, WINDOW_SUPPORT): Set with configure,