diff options
| author | Eli Zaretskii | 2011-02-26 15:38:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-26 15:38:25 +0200 |
| commit | ea2bc7b02fe99d10ff0606c7008e84a9afbebe20 (patch) | |
| tree | 1553818e4e1eeaea6ced10827835dc665f560d12 /msdos/ChangeLog | |
| parent | 003fa8b6f4bcf38941d7e1c219d9b0eaf78a6467 (diff) | |
| download | emacs-ea2bc7b02fe99d10ff0606c7008e84a9afbebe20.tar.gz emacs-ea2bc7b02fe99d10ff0606c7008e84a9afbebe20.zip | |
Test and finish fixing the MS-DOS build.
msdos/sedlib.mk (APPLE_UNIVERSAL_BUILD): New edit.
(gl_LIBOBJS): Add md5.o and filemode.o.
Diffstat (limited to 'msdos/ChangeLog')
| -rw-r--r-- | msdos/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/msdos/ChangeLog b/msdos/ChangeLog index 0f2ce0c3e51..1891d79da43 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog | |||
| @@ -18,8 +18,9 @@ | |||
| 18 | (NEXT_SYS_STAT_H, REPLACE_LSTAT, REPLACE_MBTOWC, REPLACE_MKDIR) | 18 | (NEXT_SYS_STAT_H, REPLACE_LSTAT, REPLACE_MBTOWC, REPLACE_MKDIR) |
| 19 | (REPLACE_MKFIFO, REPLACE_MKNOD, REPLACE_STAT, REPLACE_UTIMENSAT) | 19 | (REPLACE_MKFIFO, REPLACE_MKNOD, REPLACE_STAT, REPLACE_UTIMENSAT) |
| 20 | (REPLACE_WCTOMB, SIG_ATOMIC_T_SUFFIX, SIZE_T_SUFFIX, STDINT_H) | 20 | (REPLACE_WCTOMB, SIG_ATOMIC_T_SUFFIX, SIZE_T_SUFFIX, STDINT_H) |
| 21 | (WCHAR_T_SUFFIX, WINT_T_SUFFIX): New edits. | 21 | (WCHAR_T_SUFFIX, WINT_T_SUFFIX, APPLE_UNIVERSAL_BUILD): New edits. |
| 22 | ($(MKDIR_P)): Replace with equivalent DOS command. | 22 | ($(MKDIR_P)): Replace with equivalent DOS command. |
| 23 | (gl_LIBOBJS): Add md5.o and filemode.o. | ||
| 23 | 24 | ||
| 24 | * sed2v2.inp (BITSIZEOF_PTRDIFF_T, BITSIZEOF_SIG_ATOMIC_T) | 25 | * sed2v2.inp (BITSIZEOF_PTRDIFF_T, BITSIZEOF_SIG_ATOMIC_T) |
| 25 | (BITSIZEOF_SIZE_T, BITSIZEOF_WCHAR_T, BITSIZEOF_WINT_T) | 26 | (BITSIZEOF_SIZE_T, BITSIZEOF_WCHAR_T, BITSIZEOF_WINT_T) |