diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-12-13 17:23:04 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-12-13 17:23:04 +0000 |
commit | a067cd24a57c0c9115bff47cc4cd13430c104f3a (patch) | |
tree | 3144af6b08e1ddd9dc87794e4755cf663b9c41b4 /msdos | |
parent | 3b95c869b1b2ad7d92e1c5df73edebf83b6b2c5c (diff) | |
download | emacs-a067cd24a57c0c9115bff47cc4cd13430c104f3a.tar.gz |
Initial revision
Diffstat (limited to 'msdos')
-rw-r--r-- | msdos/sed3.inp | 24 |
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//
|