[gforth] / gforth / config.bat  

gforth: gforth/config.bat

Diff for /gforth/config.bat between version 1.7 and 1.9

version 1.7, Sun Dec 20 23:17:54 1998 UTC version 1.9, Tue Oct 3 22:30:05 2000 UTC
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  COPY version.fs1 kernel\version.fs
   


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help