[gforth] / gforth / gforthmi.bat  

gforth: gforth/gforthmi.bat

Diff for /gforth/gforthmi.bat between version 1.1 and 1.2

version 1.1, Wed May 21 20:39:29 1997 UTC version 1.2, Sun Dec 13 23:29:59 1998 UTC
Line 1 
Line 1 
 @ECHO OFF  REM @ECHO OFF
 REM Copyright (C) 1997 Free Software Foundation, Inc.  REM Copyright (C) 1997 Free Software Foundation, Inc.
   
 REM This file is part of Gforth.  REM This file is part of Gforth.
Line 30 
Line 30 
 if not "%GFORTHD%"=="" goto doit  if not "%GFORTHD%"=="" goto doit
 set GFORTHD=gforth-d  set GFORTHD=gforth-d
 :doit  :doit
 %GFORTHD% --clear-dictionary --no-offset-im %1 %2 %3 %4 %5 -e "savesystem tmp.fi1 bye"  echo savesystem tmp.fi1 bye >tmp.fs
 %GFORTHD% --clear-dictionary --offset-image %1 %2 %3 %4 %5 -e "savesystem tmp.fi2 bye"  %GFORTHD% --clear-dictionary --no-offset-im %1 %2 %3 %4 %5 %6 tmp.fs
 %GFORTHD% -i kernel.fi startup.fs  comp-i.fs -e "comp-image tmp.fi1 tmp.fi2 %outfile% bye"  echo savesystem tmp.fi2 bye >tmp.fs
   %GFORTHD% --clear-dictionary --offset-image %1 %2 %3 %4 %5 %6 tmp.fs
   echo comp-image tmp.fi1 tmp.fi2 %outfile% bye >tmp.fs
   %GFORTHD% -i kernl32l.fi startup.fs  comp-i.fs tmp.fs
   del tmp.fs
 del tmp.fi1  del tmp.fi1
 del tmp.fi2  del tmp.fi2
 :end  :end


Generate output suitable for use with a patch program
Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help