[gforth] / gforth / Attic / startup.dos  

gforth: gforth/Attic/startup.dos

File: [gforth] / gforth / Attic / startup.dos (download)
Revision: 1.1, Tue Nov 29 16:22:50 1994 UTC (18 years, 5 months ago) by pazsan
Branch: MAIN
* added configure mode for DOS-Makefile:
  configure -target=i386-<anythinh>-msdos<anyversion>
  creates Makefile for DOS.
* checked in some mminor changes which never were checked in.
* added special startup file for DOS

#! /usr/stud/paysan/bin/forth
\ startup file

warnings off

\ include float.fs
\ include search-order.fs
include glocals.fs
include environ.fs
\ include toolsext.fs
include wordinfo.fs
include vt100.fs
\ include colorize.fs
include see.fs
include bufio.fs
include debug.fs
include history.fs
include doskey.fs
\ include vt100key.fs

0 Value $?
: sh  '# parse cr system  to $? ;

warnings on

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help