File:  [gforth] / gforth / Attic / configure.bat
Revision 1.3: download - view: text, annotated - select for diffs
Thu Feb 2 18:13:00 1995 UTC (29 years, 2 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
added very preliminary support for Alpha/osf1
Moved flush-tos before stores to improve scheduling
merged io-dos.h and io.h
Created new Makefile for DOS
removed ToDo topcics that are already done

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

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