File:  [gforth] / gforth / Attic / configure.bat
Revision 1.1: download - view: text, annotated - select for diffs
Thu Nov 17 15:53:06 1994 UTC (29 years, 5 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
*Added:
* configure.bat configures on MS-DOS machines
* io-dos.h provides IO for MS-DOS
* makefile.dos is a GNU make Makefile for MS-DOS
*Changed:
* Merged gray/gforth and gray/gray4, added conditional compilation for
  gray ports (gforth and bigFORTH first)
* added gforth recognising string in environment
* added interpreter support for images (starts now with magic)
* changed make rule for ds2texi, so that it can run with Messy-DOS
* added SAVESYSTEM in dumpimage.fs
* fixed bug in Makefile for big endian systems (->configure)

@ECHO OFF
REM Copyright 1994 by the GNU FORTH Team
ECHO *** Configuring for MS-DOS with DJGPP GNU C ***
COPY MAKEFILE MAKEFILE.DOS
COPY IO-DOS.H IO.H
COPY KERNL32L.FI GFORTH.FI

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