Diff for /gforth/iss.sh between versions 1.21 and 1.22

version 1.21, 2008/12/26 17:00:19 version 1.22, 2008/12/26 17:29:52
Line 39  DefaultDirName={pf}\gforth Line 39  DefaultDirName={pf}\gforth
 DefaultGroupName=Gforth  DefaultGroupName=Gforth
 AllowNoIcons=1  AllowNoIcons=1
 InfoBeforeFile=COPYING  InfoBeforeFile=COPYING
 Compression=bzip  Compression=lzma
 DisableStartupPrompt=yes  DisableStartupPrompt=yes
 OutputBaseFilename=gforth-$VERSION  OutputBaseFilename=gforth-$VERSION
   
Line 67  done) | sort -u | sed \ Line 67  done) | sort -u | sed \
 Name: "{app}\doc\gforth"  Name: "{app}\doc\gforth"
 Name: "{app}\doc\vmgen"  Name: "{app}\doc\vmgen"
 Name: "{app}\lib\gforth\\$VERSION\libcc-named"  Name: "{app}\lib\gforth\\$VERSION\libcc-named"
 Name: "{app}\include\gforth\\$VERSION\libcc-named"  Name: "{app}\include\gforth\\$VERSION"
   
 [Files]  [Files]
 ; Parameter quick reference:  ; Parameter quick reference:
Line 81  Source: "cygltdl-3.dll"; DestDir: "{app} Line 81  Source: "cygltdl-3.dll"; DestDir: "{app}
 Source: "cygreadline6.dll"; DestDir: "{app}"  Source: "cygreadline6.dll"; DestDir: "{app}"
 Source: "cygncurses-8.dll"; DestDir: "{app}"  Source: "cygncurses-8.dll"; DestDir: "{app}"
 Source: "cygffi-2-00-beta.dll"; DestDir: "{app}"  Source: "cygffi-2-00-beta.dll"; DestDir: "{app}"
 Source: "gforthfi.sh"; DestDir: "{app}"  Source: "gforthmi.sh"; DestDir: "{app}"
 $(ls doc/gforth | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "doc\\gforth\\\1"; DestDir: "{app}\\doc\\gforth"; Components: help,g')  $(ls doc/gforth | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "doc\\gforth\\\1"; DestDir: "{app}\\doc\\gforth"; Components: help,g')
 $(ls doc/vmgen | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "doc\\vmgen\\\1"; DestDir: "{app}\\doc\\vmgen"; Components: help,g')  $(ls doc/vmgen | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "doc\\vmgen\\\1"; DestDir: "{app}\\doc\\vmgen"; Components: help,g')
 $(ls lib/gforth/$VERSION/libcc-named | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "lib\\gforth\\'$VERSION'\\libcc-named\\\1"; DestDir: "{app}\\lib\\gforth\\'$VERSION'\\libcc-named",g')  $(ls lib/gforth/$VERSION/libcc-named | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "lib\\gforth\\'$VERSION'\\libcc-named\\\1"; DestDir: "{app}\\lib\\gforth\\'$VERSION'\\libcc-named",g')
 $(ls include/gforth/$VERSION/libcc-named | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "include\\gforth\\'$VERSION'\\libcc-named\\\1"; DestDir: "{app}\\include\\gforth\\'$VERSION'\\libcc-named",g')  $(ls include/gforth/$VERSION | sed -e 's:/:\\:g' -e 's,^\(..*\)$,Source: "engine\\\1"; DestDir: "{app}\\include\\gforth\\'$VERSION'",g')
 $(make distfiles -f Makedist EXE=.exe | tr ' ' '\n' | grep -v engine.*exe | (while read i; do  $(make distfiles -f Makedist EXE=.exe | tr ' ' '\n' | grep -v engine.*exe | (while read i; do
   if [ ! -d $i ]; then echo $i; fi    if [ ! -d $i ]; then echo $i; fi
 done) | sed \  done) | sed \
Line 112  Name: "{group}\Bash"; Filename: "{app}\s Line 112  Name: "{group}\Bash"; Filename: "{app}\s
 Name: "{group}\Uninstall Gforth"; Filename: "{uninstallexe}"  Name: "{group}\Uninstall Gforth"; Filename: "{uninstallexe}"
   
 [Run]  [Run]
 Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth-fast.exe"  Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs gforth-fast.exe"
 Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth-ditc.exe"  Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs gforth-ditc.exe"
 Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth-itc.exe"  Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs gforth-itc.exe"
 Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth-prof.exe"  Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs gforth-prof.exe"
 Filename: "{app}\gforth-fast.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth.exe"  Filename: "{app}\gforth-fast.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs gforth.exe"
 Filename: "{app}\sh.exe"; WorkingDir: "{app}"; Parameters: "./gforthfi.sh"  Filename: "{app}\sh.exe"; WorkingDir: "{app}"; Parameters: "./gforthmi.sh"
   
 ;[Registry]  ;[Registry]
 ;registry commented out  ;registry commented out

Removed from v.1.21  
changed lines
  Added in v.1.22


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