aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES3
-rw-r--r--admin/ChangeLog4
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index a98d1b9039e..18423c23420 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -19,8 +19,9 @@ __MSDOS__ Ditto.
19__DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c. 19__DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c.
20DOS_NT Compiling for either the MS-DOS or native MS-Windows port. 20DOS_NT Compiling for either the MS-DOS or native MS-Windows port.
21WINDOWSNT Compiling the native MS-Windows (W32) port. 21WINDOWSNT Compiling the native MS-Windows (W32) port.
22__MINGW32__ Compiling the W32 port with the MinGW port of GCC. 22__MINGW32__ Compiling the W32 port with the MinGW or MinGW-w64 ports of GCC.
23_MSC_VER Compiling the W32 port with the Microsoft C compiler. 23_MSC_VER Compiling the W32 port with the Microsoft C compiler.
24MINGW_W64 Compiling the W32 port with the MinGW-w64 port of GCC.
24DARWIN_OS Compiling on Mac OS X or pure Darwin (and using s/darwin.h). 25DARWIN_OS Compiling on Mac OS X or pure Darwin (and using s/darwin.h).
25SOLARIS2 26SOLARIS2
26USG 27USG
diff --git a/admin/ChangeLog b/admin/ChangeLog
index cc69367555f..6d134046a38 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12014-11-17 Oscar Fuentes <ofv@wanadoo.es>
2
3 * admin/CPP-DEFINES: Mention MINGW_W64.
4
12014-11-22 Glenn Morris <rgm@gnu.org> 52014-11-22 Glenn Morris <rgm@gnu.org>
2 6
3 * admin.el (set-version): No more need to update nt/*.rc. 7 * admin.el (set-version): No more need to update nt/*.rc.