[gforth] / gforth / config.bat  

gforth: gforth/config.bat

Diff for /gforth/config.bat between version 1.6 and 1.11

version 1.6, Sat Dec 12 22:32:03 1998 UTC version 1.11, Mon Aug 25 14:17:43 2003 UTC
Line 1 
Line 1 
 @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
Line 41 
Line 41 
 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
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help