Diff for /gforth/iss.sh between versions 1.5 and 1.6

version 1.5, 2003/08/04 20:32:34 version 1.6, 2003/08/24 22:58:54
Line 56  done) | sort -u | sed \ Line 56  done) | sort -u | sed \
 ;   "Source filename", "Dest. filename", Copy mode, Flags  ;   "Source filename", "Dest. filename", Copy mode, Flags
 "README.txt", "{app}\README.txt", copy_normal, flag_isreadme  "README.txt", "{app}\README.txt", copy_normal, flag_isreadme
 "cygwin1.dll", "{app}\cygwin1.dll", copy_normal,  "cygwin1.dll", "{app}\cygwin1.dll", copy_normal,
   "sh.exe", "{app}\sh.exe", copy_normal,
 "gforth.fi", "{app}\gforth.fi", copy_normal,  "gforth.fi", "{app}\gforth.fi", copy_normal,
 $(make distfiles -f Makedist EXE=.exe | tr ' ' '\n' | (while read i; do  $(make distfiles -f Makedist EXE=.exe | tr ' ' '\n' | (while read i; do
   if [ ! -d $i ]; then echo $i; fi    if [ ! -d $i ]; then echo $i; fi
Line 71  done) | sed \ Line 72  done) | sed \
 "Gforth-fast", "{app}\gforth-fast.exe", "", "{app}", , 0  "Gforth-fast", "{app}\gforth-fast.exe", "", "{app}", , 0
 "Gforth-dict", "{app}\gforth-dict.exe", "", "{app}", , 0  "Gforth-dict", "{app}\gforth-dict.exe", "", "{app}", , 0
 "Gforth-itc", "{app}\gforth-itc.exe", "", "{app}", , 0  "Gforth-itc", "{app}\gforth-itc.exe", "", "{app}", , 0
   "Gforth-prof", "{app}\gforth-prof.exe", "", "{app}", , 0
   
 [Run]  [Run]
 "{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-fast.exe",  "{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-fast.exe",
 "{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-ditc.exe",  "{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-ditc.exe",
 "{app}\gforth.exe", "{app}\fixpath.fs {app} gforth-itc.exe",  "{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-itc.exe",
 "{app}\gforth-fast.exe", "{app}\fixpath.fs {app} gforth.exe",  "{app}\gforth.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth-prof.exe",
   "{app}\gforth-fast.exe", "-i {app}\gforth.fi {app}\fixpath.fs {app} gforth.exe",
   
 ;[Registry]  ;[Registry]
 ;registry commented out  ;registry commented out

Removed from v.1.5  
changed lines
  Added in v.1.6


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