aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorJan Djärv2010-04-02 11:45:27 +0200
committerJan Djärv2010-04-02 11:45:27 +0200
commit7a5a264fc27bde6870f08ecc5d85eddc36fa0336 (patch)
tree54106d60bd5f2273821bb5e3fb73bebf31a5599e /admin
parentd0b228766f1471ed104d2e038f63cd4627d79b57 (diff)
parent9cb52861f287cbad4608a5fceddae5bac1a90ba6 (diff)
downloademacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.tar.gz
emacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.zip
Merge from trunk
Diffstat (limited to 'admin')
-rw-r--r--admin/CPP-DEFINES5
-rw-r--r--admin/ChangeLog4
2 files changed, 5 insertions, 4 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES
index caf05a88ce5..a50a2ab6100 100644
--- a/admin/CPP-DEFINES
+++ b/admin/CPP-DEFINES
@@ -7,9 +7,7 @@ CYGWIN Compiling the Cygwin port.
7__CYGWIN__ Ditto 7__CYGWIN__ Ditto
8MSDOS Compiling the MS-DOS port. 8MSDOS Compiling the MS-DOS port.
9__MSDOS__ Ditto. 9__MSDOS__ Ditto.
10__DJGPP__ Major version number of the DJGPP library for the DOS port. 10__DJGPP_MINOR__ Minor version number of the DJGPP library; used only in msdos.c and dosfns.c.
11__DJGPP_MINOR__ Minor version number of the DJGPP library.
12__GO32__ Compiling the DOS port with DJGPP v1.x (obsolete).
13DOS_NT Compiling for either the MS-DOS or native MS-Windows port. 11DOS_NT Compiling for either the MS-DOS or native MS-Windows port.
14WINDOWSNT Compiling the native MS-Windows (W32) port. 12WINDOWSNT Compiling the native MS-Windows (W32) port.
15__MINGW32__ Compiling the W32 port with the MinGW port of GCC. 13__MINGW32__ Compiling the W32 port with the MinGW port of GCC.
@@ -236,7 +234,6 @@ LD_SWITCH_X_DEFAULT
236LIBS_MACHINE 234LIBS_MACHINE
237LIBS_SYSTEM 235LIBS_SYSTEM
238LIBS_TERMCAP 236LIBS_TERMCAP
239LIBX11_SYSTEM
240LIBXMU 237LIBXMU
241LIB_GCC 238LIB_GCC
242LIB_MATH 239LIB_MATH
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 90ba61f7850..cf96d99d3b1 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
12010-04-01 Eli Zaretskii <eliz@gnu.org>
2
3 * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used.
4
12010-03-10 Chong Yidong <cyd@stupidchicken.com> 52010-03-10 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * Branch for 23.2. 7 * Branch for 23.2.