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 | 5275b328d876dfb9b3e55c764374566fe62220c7 (patch) | |
tree | 493b0e9ce69f642465629516d3eac3ea4ed44bec /msdos | |
parent | b88fc10ea338b0400667b16cedf30c59773458f9 (diff) | |
download | emacs-5275b328d876dfb9b3e55c764374566fe62220c7.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//
|