--- gforth/gforthmi.bat 2000/07/30 19:56:05 1.5 +++ gforth/gforthmi.bat 2003/08/25 14:17:44 1.8 @@ -1,5 +1,5 @@ REM @ECHO OFF -REM Copyright (C) 1997-1998 Free Software Foundation, Inc. +REM Copyright (C) 1997-1998,2000,2003 Free Software Foundation, Inc. REM This file is part of Gforth. @@ -38,7 +38,7 @@ gforth-d -c -n %GFORTHPAR% tmp.fs echo savesystem tmp.fi2 bye >tmp.fs gforth-d -c -o %GFORTHPAR% tmp.fs echo comp-image tmp.fi1 tmp.fi2 %outfile% bye >tmp.fs -gforth-d -i kernl32l.fi startup.fs comp-i.fs tmp.fs +gforth-d -i kernl32l.fi -e 3 exboot.fs startup.fs comp-i.fs tmp.fs del tmp.fs del tmp.fi1 del tmp.fi2