nt/ChangeLog
This commit is contained in:
parent
2126efcc17
commit
ed1281ecb9
2 changed files with 11 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
|||
2006-12-24 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in ($(TRES)): Don't use $<, as nmake supports it
|
||||
only in implicit rules. Use literal "emacs.rc" instead.
|
||||
|
||||
2006-12-23 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* gmake.defs: Export XMFLAGS.
|
||||
|
||||
* makefile.w32-in (all-other-dirs-nmake, recompile-nmake): Don't
|
||||
use $(XMFLAGS).
|
||||
use $(XMFLAGS) for nmake, as it doesn't support parallelism.
|
||||
|
||||
2006-12-22 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
|
|
|
@ -121,6 +121,10 @@ Boston, MA 02110-1301, USA. */
|
|||
don't. */
|
||||
#undef HAVE_DECL_SYS_SIGLIST
|
||||
|
||||
/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
|
||||
*/
|
||||
#undef HAVE_DECL_TZNAME
|
||||
|
||||
/* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
|
||||
don't. */
|
||||
#undef HAVE_DECL___SYS_SIGLIST
|
||||
|
@ -802,7 +806,7 @@ Boston, MA 02110-1301, USA. */
|
|||
|
||||
/* If using the C implementation of alloca, define if you know the
|
||||
direction of stack growth for your system; otherwise it will be
|
||||
automatically deduced at run-time.
|
||||
automatically deduced at runtime.
|
||||
STACK_DIRECTION > 0 => grows toward higher addresses
|
||||
STACK_DIRECTION < 0 => grows toward lower addresses
|
||||
STACK_DIRECTION = 0 => direction of growth unknown */
|
||||
|
|
Loading…
Add table
Reference in a new issue