summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--msdos/sed3.inp24
1 files changed, 24 insertions, 0 deletions
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//