1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00
emacs/lwlib
Glenn Morris 2f097256b9 Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGS
This is the only thing left that uses it.

* configure.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.

* src/Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.

* lwlib/Makefile.in (C_SWITCH_X_SYSTEM): Remove.
(ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.

* oldXMenu/Makefile.in (C_SWITCH_X_SYSTEM): Remove.
(ALL_CFLAGS): Remove C_SWITCH_X_SYSTEM.

* msdos/sedlibmk.inp, msdos/sed1v2.inp:
GNUSTEP_CFLAGS replaces C_SWITCH_X_SYSTEM.
2012-04-10 21:25:51 -04:00
..
.gitignore
ChangeLog Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGS 2012-04-10 21:25:51 -04:00
COPYING Change to GPLv3. 2007-07-25 07:00:38 +00:00
lwlib-int.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-utils.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-utils.h * lwlib-utils.h, lwlib-utils.c (XtSafelyDestroyWidget): Remove; unused. 2011-04-15 18:41:12 -07:00
lwlib-Xaw.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-Xaw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xlw.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-Xlw.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib-Xm.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib-Xm.h Nuke arch-tags. 2011-01-15 15:16:57 -08:00
lwlib.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
lwlib.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Makefile.in Repurpose C_SWITCH_X_SYSTEM as GNUSTEP_CFLAGS 2012-04-10 21:25:51 -04:00
README Remove silly examples of changes. 2010-02-03 21:21:40 -08:00
xlwmenu.c Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
xlwmenu.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
xlwmenuP.h Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00

This subdirectory contains the Lucid Widget Library (lwlib), which
provides a uniform interface to a few different X toolkits.  The
library was written by Lucid, Inc and released under the terms of the
GPL version 1 (or later).  It is not considered part of GNU Emacs.

This version of the library differs from the original as described in
the ChangeLog file.