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

    1: @ECHO OFF
    2: REM Copyright 1994 by the GNU FORTH Team
    3: ECHO *** Configuring for MS-DOS with DJGPP GNU C ***
    4: COPY MAKEFILE.DOS MAKEFILE
    5: COPY KERNL32L.FI GFORTH.FI
    6: COPY 386.H MACHINE.H
    7: COPY STARTUP.DOS STARTUP.FS

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