diff options
| author | Juanma Barranquero | 2012-08-03 14:16:40 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-08-03 14:16:40 +0200 |
| commit | 3fbc4b542cd022e5f66cbdd04860f4b84be08e80 (patch) | |
| tree | 02d1c447e8fdcaee0069f8cfab6132f329b509d5 /lib-src | |
| parent | 18949c2f13317a6d679648efe4399c84101f6fab (diff) | |
| download | emacs-3fbc4b542cd022e5f66cbdd04860f4b84be08e80.tar.gz emacs-3fbc4b542cd022e5f66cbdd04860f4b84be08e80.zip | |
* nt/config.nt: Sync with autogen/config.in.
(DOS_NT, MSDOS): New macros.
(WRETCODE, wait3): Remove.
* nt/inc/ms-w32.h (DOS_NT): Remove; defined in config.nt.
* lib-src/makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT,
they are always defined in config.h.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lib-src/makefile.w32-in | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c98d377f199..28232c1abc4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-08-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * makefile.w32-in (LOCAL_FLAGS): Remove WINDOWSNT and DOS_NT, | ||
| 4 | they are always defined in config.h. | ||
| 5 | |||
| 1 | 2012-08-03 Eli Zaretskii <eliz@gnu.org> | 6 | 2012-08-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * ntlib.c (lstat): New function, calls 'stat'. | 8 | * ntlib.c (lstat): New function, calls 'stat'. |
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in index 26605b8ba4e..a03d761e7ec 100644 --- a/lib-src/makefile.w32-in +++ b/lib-src/makefile.w32-in | |||
| @@ -23,8 +23,7 @@ ALL = $(BLD)/test-distrib.exe $(BLD)/make-docfile.exe $(BLD)/hexl.exe\ | |||
| 23 | 23 | ||
| 24 | .PHONY: make-docfile | 24 | .PHONY: make-docfile |
| 25 | 25 | ||
| 26 | LOCAL_FLAGS = -DWINDOWSNT -DDOS_NT -DNO_LDAV=1 \ | 26 | LOCAL_FLAGS = -DNO_LDAV=1 -DNO_ARCHIVES=1 -I../lib \ |
| 27 | -DNO_ARCHIVES=1 -I../lib \ | ||
| 28 | -I../nt/inc -I../src $(EMACS_EXTRA_C_FLAGS) | 27 | -I../nt/inc -I../src $(EMACS_EXTRA_C_FLAGS) |
| 29 | 28 | ||
| 30 | LIBS = $(BASE_LIBS) $(ADVAPI32) | 29 | LIBS = $(BASE_LIBS) $(ADVAPI32) |