File:  [gforth] / gforth / Attic / configure.bat
Revision 1.5: download - view: text, annotated - select for diffs
Mon Dec 11 13:15:19 1995 UTC (28 years, 3 months ago) by pazsan
Branches: MAIN
CVS tags: gforth-0_1beta, HEAD
Added INSTALL.DOS
make DOS compile fool-proof (almost ;-)
Use autoconf macro to select GCC and abort if not available.

    1: @ECHO OFF
    2: REM Copyright 1995 Free Software Foundation, Inc.
    3: REM
    4: REM This file is part of Gforth.
    5: REM
    6: REM Gforth is free software; you can redistribute it and/or
    7: REM modify it under the terms of the GNU General Public License
    8: REM as published by the Free Software Foundation; either version 2
    9: REM of the License, or (at your option) any later version.
   10: REM
   11: REM This program is distributed in the hope that it will be useful,
   12: REM but WITHOUT ANY WARRANTY; without even the implied warranty of
   13: REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   14: REM GNU General Public License for more details.
   15: REM
   16: REM You should have received a copy of the GNU General Public License
   17: REM along with this program; if not, write to the Free Software
   18: REM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   19: ECHO *** Configuring for MS-DOS with DJGPP GNU C ***
   20: COPY MAKEFILE.DOS MAKEFILE
   21: COPY KERNL32L.FI KERNEL.FI
   22: COPY 386.H MACHINE.H
   23: COPY STARTUP.FS STARTUP.UNX
   24: COPY STARTUP.DOS STARTUP.FS
   25: COPY HISTORY.DOS HISTORY.FS
   26: COPY KERNL32L.FI KERNAL.FI
   27: 

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