diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/CPP-DEFINES | 5 | ||||
| -rw-r--r-- | admin/ChangeLog | 4 |
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 |
| 8 | MSDOS Compiling the MS-DOS port. | 8 | MSDOS 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). | ||
| 13 | DOS_NT Compiling for either the MS-DOS or native MS-Windows port. | 11 | DOS_NT Compiling for either the MS-DOS or native MS-Windows port. |
| 14 | WINDOWSNT Compiling the native MS-Windows (W32) port. | 12 | WINDOWSNT 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 | |||
| 236 | LIBS_MACHINE | 234 | LIBS_MACHINE |
| 237 | LIBS_SYSTEM | 235 | LIBS_SYSTEM |
| 238 | LIBS_TERMCAP | 236 | LIBS_TERMCAP |
| 239 | LIBX11_SYSTEM | ||
| 240 | LIBXMU | 237 | LIBXMU |
| 241 | LIB_GCC | 238 | LIB_GCC |
| 242 | LIB_MATH | 239 | LIB_MATH |
diff --git a/admin/ChangeLog b/admin/ChangeLog index 90ba61f7850..cf96d99d3b1 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-01 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * CPP-DEFINES (__DJGPP__, __GO32__): Remove, no longer used. | ||
| 4 | |||
| 1 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-03-10 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Branch for 23.2. | 7 | * Branch for 23.2. |