--- gforth/iss.sh 2008/10/06 21:24:32 1.19 +++ gforth/iss.sh 2008/12/26 17:00:19 1.21 @@ -67,6 +67,7 @@ done) | sort -u | sed \ Name: "{app}\doc\gforth" Name: "{app}\doc\vmgen" Name: "{app}\lib\gforth\\$VERSION\libcc-named" +Name: "{app}\include\gforth\\$VERSION\libcc-named" [Files] ; Parameter quick reference: @@ -80,10 +81,11 @@ Source: "cygltdl-3.dll"; DestDir: "{app} Source: "cygreadline6.dll"; DestDir: "{app}" Source: "cygncurses-8.dll"; DestDir: "{app}" Source: "cygffi-2-00-beta.dll"; DestDir: "{app}" -Source: "gforth.fi"; DestDir: "{app}" +Source: "gforthfi.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/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 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') $(make distfiles -f Makedist EXE=.exe | tr ' ' '\n' | grep -v engine.*exe | (while read i; do if [ ! -d $i ]; then echo $i; fi done) | sed \ @@ -115,6 +117,7 @@ Filename: "{app}\gforth.exe"; WorkingDir Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth-itc.exe" Filename: "{app}\gforth.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth-prof.exe" Filename: "{app}\gforth-fast.exe"; WorkingDir: "{app}"; Parameters: "fixpath.fs {app} gforth.exe" +Filename: "{app}\sh.exe"; WorkingDir: "{app}"; Parameters: "./gforthfi.sh" ;[Registry] ;registry commented out @@ -134,4 +137,4 @@ Filename: "{app}\gforth-fast.exe"; Worki ;HKCR, "forthblock\DefaultIcon"; STRING, "{sys}\System32\shell32.dll,61" EOT -recode utf8..l1/cl README.txt +sed -e 's/$/\r/' README.txt