| REM @ECHO OFF |
REM @ECHO OFF |
| REM Copyright (C) 1997 Free Software Foundation, Inc. |
REM Copyright (C) 1997-1998 Free Software Foundation, Inc. |
| |
|
| REM This file is part of Gforth. |
REM This file is part of Gforth. |
| |
|
| if not "%1"=="--help" goto makeit |
if not "%1"=="--help" goto makeit |
| if not "%1"=="-h" goto makeit |
if not "%1"=="-h" goto makeit |
| echo usage: gforth-makeimage target-name [gforth-options] |
echo usage: gforth-makeimage target-name [gforth-options] |
| echo environment: GFORTHD: the Gforth binary used (default: gforth-ditc) |
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 |
| del tmp.fi1 |
del tmp.fi1 |
| del tmp.fi2 |
del tmp.fi2 |
| :end |
:end |
| |
|