mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
acddf8aec7
* config.bat [HAVE_X11]: Run sed3x.inp on lib-src/Makefile. * src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset. * src/s/msdos.h (MSDOS_LIBS_SYSTEM): Remove. * msdos/sed1x.inp (LIBS_SYSTEM): Edit to -lxext -lsys. * msdos/sed3x.inp: New file. * lib-src/Makefile.in (LIBS_SYSTEM) [MSDOS]: Do not reset. (config.h) [MSDOS]: Do not include.
6 lines
251 B
Plaintext
6 lines
251 B
Plaintext
# -sed3x.inp------------------------------------------------------------
|
|
# Extra configuration script for lib-src/makefile for DesqView/X
|
|
# ----------------------------------------------------------------------
|
|
/^LIBS_SYSTEM *=/s!= *!= -lxext -lsys!
|
|
|