From 5275b328d876dfb9b3e55c764374566fe62220c7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 13 Dec 1993 17:23:04 +0000 Subject: Initial revision --- msdos/sed3.inp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 msdos/sed3.inp diff --git a/msdos/sed3.inp b/msdos/sed3.inp new file mode 100644 index 00000000000..30f4316e3f0 --- /dev/null +++ b/msdos/sed3.inp @@ -0,0 +1,24 @@ +# ---------------------------------------------------------------------- +# Configuration script for lib-src/makefile +# ---------------------------------------------------------------------- +/^# DIST: /d +# /^SHELL *=/s/=.*$/= command.com/ +/^CC *=/s/=.*$/=gcc/ +/^version *=/s/=.*$/=19.17/ +/^configname *=/s/=.*$/=msdos/ +/^archlibdir *=/s!=.*$!=c:/emacs/bin! +/^bindir *=/s!=.*$!=c:/emacs/bin! +/^libdir *=/s!=.*$!=c:/emacs/bin! +/^srcdir *=/s!=.*$!=.! +/^VPATH *=/s!=.*$!=.! +/^CFLAGS *=/s!=.*$!=-g! +/^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! +/^LOADLIBES *=/s!=.*$!=! +/^ALLOCA *=/s!=.*$!=alloca.o! +/^INSTALLABLES/s/emacsclient *// +s!^ \./! go32 ./! +/^ .*timer$/s/movemail *// +/^ .*timer$/s/fakemail *// +/^ .*timer$/s/emacsserver *// +/^ .*timer$/s/ *timer// +/^UTILITIES=/s/ wakeup// -- cgit v1.2.1