diff options
| author | Glenn Morris | 2012-08-01 23:19:48 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-08-01 23:19:48 -0700 |
| commit | 837b365b2ad2363c59f9c1fd78beab92a5eada02 (patch) | |
| tree | 69cabb64cbed6479ebc6ec6f14fb9063a7f09b9b /lib | |
| parent | 2a194dcceb0406ba83d355b881a7d5f5b7ed7323 (diff) | |
| download | emacs-837b365b2ad2363c59f9c1fd78beab92a5eada02.tar.gz emacs-837b365b2ad2363c59f9c1fd78beab92a5eada02.zip | |
Move NT-specific include file to the NT include directory
* nt/inc/ms-w32.h: Move here from ../src/s.
* nt/config.nt (config_opsysfile): Change to <ms-w32.h>.
* s/ms-w32.h: Move to ../nt/inc.
* src/makefile.w32-in (TAGS, TAGS-gmake, MS_W32_H):
Update for new ms-w32.h location.
* lib-src/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
* lib/makefile.w32-in (MS_W32_H): Update for new ms-w32.h location.
* lisp/emacs-lisp/authors.el (authors-renamed-files-alist): Add ms-w32.h.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/makefile.w32-in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/makefile.w32-in b/lib/makefile.w32-in index 4cebc727513..db451d542a8 100644 --- a/lib/makefile.w32-in +++ b/lib/makefile.w32-in | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. | 1 | # -*- Makefile -*- for GNU Emacs on the Microsoft Windows API. |
| 2 | # Copyright (C) 2011 Free Software Foundation, Inc. | 2 | # Copyright (C) 2011-2012 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | # This file is part of GNU Emacs. | 4 | # This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -71,7 +71,7 @@ NT_INC = $(EMACS_ROOT)/nt/inc | |||
| 71 | 71 | ||
| 72 | C_CTYPE_H = $(GNU_LIB)/c-ctype.h \ | 72 | C_CTYPE_H = $(GNU_LIB)/c-ctype.h \ |
| 73 | $(NT_INC)/stdbool.h | 73 | $(NT_INC)/stdbool.h |
| 74 | MS_W32_H = $(SRC)/s/ms-w32.h \ | 74 | MS_W32_H = $(NT_INC)/ms-w32.h \ |
| 75 | $(NT_INC)/sys/stat.h | 75 | $(NT_INC)/sys/stat.h |
| 76 | CONF_POST_H = $(SRC)/conf_post.h \ | 76 | CONF_POST_H = $(SRC)/conf_post.h \ |
| 77 | $(MS_W32_H) | 77 | $(MS_W32_H) |