mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-11 09:20:51 +00:00
99ab9eb4cb
* msdos/sed1x.inp (OLDXMENU): Edit to ${oldXMenudir}libXMenu11.a. (LIBXMENU): Edit to ${OLDXMENU}. (LIBX_OTHER): Edit to ${LIBXT} ${LIBX_EXTRA}.
14 lines
578 B
Plaintext
14 lines
578 B
Plaintext
# -sed1x.inp------------------------------------------------------------
|
|
# Extra configuration script for src/makefile for DesqView/X
|
|
# ----------------------------------------------------------------------
|
|
s!^ cd \${oldXMenudir}; \${MAKE}.*$! ${MAKE} -C ${oldXMenudir}.!
|
|
s!^ @true *$! @rem!
|
|
s/DOC/DOC-X/g
|
|
/^OLDXMENU *=/s!@OLDXMENU@!${oldXMenudir}libXMenu11.a!
|
|
/^LIBXMENU *=/s!@LIBXMENU@!${OLDXMENU}!
|
|
/^LIBX_OTHER *=/s!@LIBX_OTHER@!${LIBXT} ${LIBX_EXTRA}!
|
|
/^LIBS_SYSTEM *=/s!= *!= -lxext -lsys!
|
|
/^temacs *:/s!OLDXMENU!LIBXMENU!
|
|
|
|
# arch-tag: 3e8a78f2-3dec-44f3-81f6-3785a562da19
|