File:  [gforth] / gforth / Attic / configure.bat
Revision 1.2: download - view: text, annotated - select for diffs
Tue Nov 29 16:22:35 1994 UTC (29 years, 4 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
* 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

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

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