Diff for /gforth/Attic/configure.bat between versions 1.7 and 1.8

version 1.7, 1996/09/23 20:41:59 version 1.8, 1996/10/06 22:24:15
Line 32  COPY DOSCONF.H CONFIG.H Line 32  COPY DOSCONF.H CONFIG.H
 COPY STARTUP.FS STARTUP.UNX  COPY STARTUP.FS STARTUP.UNX
 COPY STARTUP.DOS STARTUP.FS  COPY STARTUP.DOS STARTUP.FS
 COPY HISTORY.DOS HISTORY.FS  COPY HISTORY.DOS HISTORY.FS
 COPY KERNL32L.FI KERNAL.FI  
 IF "%THREAD%"=="i" ECHO #ifndef INDIRECT_THREADED >>CONFIG.H  IF "%THREAD%"=="i" ECHO #ifndef INDIRECT_THREADED >>CONFIG.H
 IF "%THREAD%"=="i" ECHO #define INDIRECT_THREADED 1 >>CONFIG.H  IF "%THREAD%"=="i" ECHO #define INDIRECT_THREADED 1 >>CONFIG.H
 IF "%THREAD%"=="i" ECHO #endif >>CONFIG.H  IF "%THREAD%"=="i" ECHO #endif >>CONFIG.H

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


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