diff options
| author | Christoph Scholtes | 2011-02-21 22:16:43 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-02-21 22:16:43 +0200 |
| commit | 9f8370e63f65f76887b319ab6a0368d4a332777c (patch) | |
| tree | 3fc05bdeca59d2b02b18628bcd88982e97d9ac4e /lib | |
| parent | 25c51af3a920a21ddfc08e6551690c18b679751f (diff) | |
| download | emacs-9f8370e63f65f76887b319ab6a0368d4a332777c.tar.gz emacs-9f8370e63f65f76887b319ab6a0368d4a332777c.zip | |
Add stdint.h for MS-Windows.
nt/inc/stdint.h: New file, to support compilation with tool chains
that do not have stdint.h (e.g. MSVC).
lib/makefile.w32-in: ($(BLD)/md5.$(O)): Added dependency on
$(EMACS_ROOT)/nt/inc/stdint.h.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index f1071c9dbfd..289f6bffdb9 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in | |||
| @@ -98,6 +98,7 @@ $(BLD)/time_r.$(O) : \ | |||
| 98 | $(BLD)/md5.$(O) : \ | 98 | $(BLD)/md5.$(O) : \ |
| 99 | $(SRC)/md5.c \ | 99 | $(SRC)/md5.c \ |
| 100 | $(SRC)/md5.h \ | 100 | $(SRC)/md5.h \ |
| 101 | $(EMACS_ROOT)/nt/inc/stdint.h \ | ||
| 101 | $(EMACS_ROOT)/src/s/ms-w32.h \ | 102 | $(EMACS_ROOT)/src/s/ms-w32.h \ |
| 102 | $(EMACS_ROOT)/src/m/intel386.h \ | 103 | $(EMACS_ROOT)/src/m/intel386.h \ |
| 103 | $(EMACS_ROOT)/src/config.h | 104 | $(EMACS_ROOT)/src/config.h |