File:  [gforth] / gforth / Attic / configure.bat
Revision 1.4: download - view: text, annotated - select for diffs
Wed Feb 8 13:38:49 1995 UTC (29 years, 2 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Added see for flits
Improved alignment of fp lits (now noops compiled before flit)
added crs at end of configure.bat (command.com needs them)

@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.FS STARTUP.UNX
COPY STARTUP.DOS STARTUP.FS

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