[gforth] / gforth / gforthmi.bat  

gforth: gforth/gforthmi.bat

Diff for /gforth/gforthmi.bat between version 1.4 and 1.5

version 1.4, Sun Jul 23 19:29:56 2000 UTC version 1.5, Sun Jul 30 19:56:05 2000 UTC
Line 18 
Line 18 
 REM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  REM Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
   
 if not x%1==x goto makeit  if not x%1==x goto makeit
 if not x%1==x--help" goto makeit  if not x%1==x--help goto makeit
 if not x%1==x-h" goto makeit  if not x%1==x-h goto makeit
   echo usage: gforth-makeimage target-name [gforth-options]    echo usage: gforthmi target-name [gforth-options]
   echo   environment: GFORTHD: the Gforth binary used (default: gforth-d)  
   echo creates a relocatable image 'target-name'    echo creates a relocatable image 'target-name'
   goto end    goto end
 :makeit  :makeit
Line 34 
Line 33 
 shift  shift
 goto accupars  goto accupars
 :accudone  :accudone
 if not x%GFORTHD%==x goto doit  
 set GFORTHD=gforth-d  
 :doit  
 echo savesystem tmp.fi1 bye >tmp.fs  echo savesystem tmp.fi1 bye >tmp.fs
 %GFORTHD% -c -n %GFORTHPAR% tmp.fs  gforth-d -c -n %GFORTHPAR% tmp.fs
 echo savesystem tmp.fi2 bye >tmp.fs  echo savesystem tmp.fi2 bye >tmp.fs
 %GFORTHD% -c -o %GFORTHPAR% tmp.fs  gforth-d -c -o %GFORTHPAR% tmp.fs
 echo comp-image tmp.fi1 tmp.fi2 %outfile% bye >tmp.fs  echo comp-image tmp.fi1 tmp.fi2 %outfile% bye >tmp.fs
 %GFORTHD% -i kernl32l.fi startup.fs  comp-i.fs tmp.fs  gforth-d -i kernl32l.fi startup.fs  comp-i.fs tmp.fs
 del tmp.fs  del tmp.fs
 del tmp.fi1  del tmp.fi1
 del tmp.fi2  del tmp.fi2


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help