aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
-rw-r--r--nt/INSTALL11
2 files changed, 17 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8d7773bd94c..d63171bd71f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1443,15 +1443,19 @@ and also when HOME is set to C:\ by default.
1443 1443
1444** New configure.bat options 1444** New configure.bat options
1445 1445
1446+++
1446*** --enable-checking builds Emacs with extra runtime checks. 1447*** --enable-checking builds Emacs with extra runtime checks.
1447 1448
1449+++
1448*** --distfiles specifies files to be included in binary distribution. 1450*** --distfiles specifies files to be included in binary distribution.
1449 1451
1452+++
1450*** --without-gnutls disables automatic GnuTLS detection. 1453*** --without-gnutls disables automatic GnuTLS detection.
1451 1454
1452*** --lib for general library linkage, works with the USER_LIBS build 1455+++
1453variable. 1456*** --lib for general library linkage, works with the USER_LIBS build variable.
1454 1457
1458+++
1455** New make target `dist' to create binary distribution for MS Windows. 1459** New make target `dist' to create binary distribution for MS Windows.
1456 1460
1457** Function `w32-default-color-map' is now obsolete. 1461** Function `w32-default-color-map' is now obsolete.
diff --git a/nt/INSTALL b/nt/INSTALL
index f8303582aac..c470ed4960f 100644
--- a/nt/INSTALL
+++ b/nt/INSTALL
@@ -402,6 +402,17 @@
402 maybe a problem with the way Cairo or librsvg is using it that 402 maybe a problem with the way Cairo or librsvg is using it that
403 doesn't show up on other platforms. 403 doesn't show up on other platforms.
404 404
405* Optional extra runtime checks
406
407 The configure.bat option --enable-checking builds Emacs with some
408 optional extra runtime checks and assertions enabled. This may be
409 useful for debugging.
410
411* Optional extra libraries
412
413 You can pass --lib LIBNAME option to configure.bat to cause Emacs to
414 link with the specified library. You can use this option more than once.
415
405* Building 416* Building
406 417
407 After running configure, simply run the appropriate `make' program for 418 After running configure, simply run the appropriate `make' program for