diff options
| author | Richard M. Stallman | 1993-12-13 17:23:04 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-12-13 17:23:04 +0000 |
| commit | a067cd24a57c0c9115bff47cc4cd13430c104f3a (patch) | |
| tree | 3144af6b08e1ddd9dc87794e4755cf663b9c41b4 | |
| parent | 3b95c869b1b2ad7d92e1c5df73edebf83b6b2c5c (diff) | |
| download | emacs-a067cd24a57c0c9115bff47cc4cd13430c104f3a.tar.gz emacs-a067cd24a57c0c9115bff47cc4cd13430c104f3a.zip | |
Initial revision
| -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 @@ | |||
| 1 | # ---------------------------------------------------------------------- | ||
| 2 | # Configuration script for lib-src/makefile | ||
| 3 | # ---------------------------------------------------------------------- | ||
| 4 | /^# DIST: /d | ||
| 5 | # /^SHELL *=/s/=.*$/= command.com/ | ||
| 6 | /^CC *=/s/=.*$/=gcc/ | ||
| 7 | /^version *=/s/=.*$/=19.17/ | ||
| 8 | /^configname *=/s/=.*$/=msdos/ | ||
| 9 | /^archlibdir *=/s!=.*$!=c:/emacs/bin! | ||
| 10 | /^bindir *=/s!=.*$!=c:/emacs/bin! | ||
| 11 | /^libdir *=/s!=.*$!=c:/emacs/bin! | ||
| 12 | /^srcdir *=/s!=.*$!=.! | ||
| 13 | /^VPATH *=/s!=.*$!=.! | ||
| 14 | /^CFLAGS *=/s!=.*$!=-g! | ||
| 15 | /^C_SWITCH_SYSTEM *=/s!=.*$!=-DMSDOS! | ||
| 16 | /^LOADLIBES *=/s!=.*$!=! | ||
| 17 | /^ALLOCA *=/s!=.*$!=alloca.o! | ||
| 18 | /^INSTALLABLES/s/emacsclient *// | ||
| 19 | s!^ \./! go32 ./! | ||
| 20 | /^ .*timer$/s/movemail *// | ||
| 21 | /^ .*timer$/s/fakemail *// | ||
| 22 | /^ .*timer$/s/emacsserver *// | ||
| 23 | /^ .*timer$/s/ *timer// | ||
| 24 | /^UTILITIES=/s/ wakeup// | ||