[gforth] / gforth / iss.sh  

gforth: gforth/iss.sh

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

version 1.5, Mon Aug 4 20:32:34 2003 UTC version 1.6, Sun Aug 24 22:58:54 2003 UTC
Line 56 
Line 56 
 ;   "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 
Line 72 
 "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


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

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help