| @ECHO OFF |
@ECHO OFF |
| REM Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc. |
REM Copyright (C) 1995,1996,1997,1998,2000,2003 Free Software Foundation, Inc. |
| REM |
REM |
| REM This file is part of Gforth. |
REM This file is part of Gforth. |
| REM |
REM |
| IF "%FREGS%"=="y" ECHO #ifndef FORCE_REG >>ENGINE\CONFIG.H |
IF "%FREGS%"=="y" ECHO #ifndef FORCE_REG >>ENGINE\CONFIG.H |
| IF "%FREGS%"=="y" ECHO #define FORCE_REG 1 >>ENGINE\CONFIG.H |
IF "%FREGS%"=="y" ECHO #define FORCE_REG 1 >>ENGINE\CONFIG.H |
| IF "%FREGS%"=="y" ECHO #endif >>ENGINE\CONFIG.H |
IF "%FREGS%"=="y" ECHO #endif >>ENGINE\CONFIG.H |
| ECHO static char gforth_version[]="0.4.0"; >version.h1 |
ECHO static char gforth_version[]="0.5.0"; >version.h1 |
| ECHO : version-string s" 0.4.0" ; >version.fs1 |
ECHO : version-string s" 0.5.0" ; >version.fs1 |
| |
COPY version.fs1 kernel\version.fs |
| |
|