Diff for /gforth/config.bat between versions 1.8 and 1.12

version 1.8, 2000/07/23 19:29:56 version 1.12, 2007/12/31 18:40:23
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
 REM Gforth is free software; you can redistribute it and/or  REM Gforth is free software; you can redistribute it and/or
 REM modify it under the terms of the GNU General Public License  REM modify it under the terms of the GNU General Public License
 REM as published by the Free Software Foundation; either version 2  REM as published by the Free Software Foundation, either version 3
 REM of the License, or (at your option) any later version.  REM of the License, or (at your option) any later version.
 REM  REM
 REM This program is distributed in the hope that it will be useful,  REM This program is distributed in the hope that it will be useful,
Line 41  IF "%THREAD%"=="d" ECHO #endif >>ENGINE\ Line 41  IF "%THREAD%"=="d" ECHO #endif >>ENGINE\
 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.9"; >version.h1  ECHO static char gforth_version[]="0.5.0"; >version.h1
 ECHO : version-string s" 0.4.9" ; >version.fs1  ECHO : version-string s" 0.5.0" ; >version.fs1
 COPY version.fs1 kernel\version.fs  COPY version.fs1 kernel\version.fs
   
   

Removed from v.1.8  
changed lines
  Added in v.1.12


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>