File:  [gforth] / gforth / mkdosmf.sed
Revision 1.2: download - view: text, annotated - select for diffs
Tue Aug 29 21:07:38 1995 UTC (28 years, 7 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Added multibuffering in blocks and a simple block editor
(in a block file, load with include blockedit.fb after loading
blocks.fs).
Made DOS port work (you must change .gforth-history to
gforth-history by hand still!)

    1: s%/bin/sh%command.com%g
    2: s% rm% del%g
    3: s% cp% copy%g
    4: s% ln -s% copy%g
    5: s%-pipe %%g
    6: s% ./gforth% gforth%g
    7: s%if * first; fi%-if not exist gforth.exe \$\(MAKE\) first%g
    8: s%io.o %%g
    9: s%-DDEFAULTPATH=.*"%-DDEFAULTPATH=\\".\\"%g
   10: s%@gforth_fi@%kernl32l.fi%g
   11: s%@KERNAL@%kernl16l.fi kernl16b.fi kernl32l.fi kernl32b.fi kernl64l.fi kernl64b.fi%g
   12: s%@LIBOBJS@%ecvt.o select.o%g
   13: s%@getopt_long@%getopt.o getopt1.o%g
   14: s%@host@%dos%g
   15: s%@MAKE_EXE@%coff2exe $@%g
   16: s%@INSTALL@%install-sh%g
   17: s%@INSTALL_PROGRAM@%install-sh%g
   18: s%@INSTALL_DATA@%install-sh%g
   19: s%@LN_S@%copy%g
   20: s%@CFLAGS@%-fforce-mem -fforce-addr -fomit-frame-pointer%g
   21: s%@DEFS@%%g
   22: s%@DEBUGFLAG@%%g
   23: s%@LDFLAGS@%%g
   24: s%@GCCLDFLAGS@%%g
   25: s%@LIBS@%-lm -lpc%g
   26: s%@prefix@%%g
   27: s%@exec_prefix@%%g
   28: s%@srcdir@%%g
   29: s%@LINK_KERNL16B@%%g
   30: s%@LINK_KERNL16L@%%g
   31: s%@LINK_KERNL32B@%%g
   32: s%@LINK_KERNL32L@%-$(CP) kernl32l.fi gforth.fi%g
   33: s%@LINK_KERNL64B@%%g
   34: s%@LINK_KERNL64L@%%g

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>