File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,17 @@ releasepath=thtk-bin-$1
99echo Generating $releasepath
1010rm -rf $releasepath
1111mkdir $releasepath
12+ rm -rf $releasepath -pdbs
13+ mkdir $releasepath -pdbs
1214
1315for i in thanm thecl thdat thmsg; do
1416 echo $i
1517 groff -mdoc -Tutf8 $i /$i .1 | perl -pe ' s/\e\[?.*?[\@-~]//g' | unix2dos > $releasepath /README.$i .txt
16- cp build/$i /RelWithDebInfo/$i .{exe,pdb} $releasepath /
18+ cp build/$i /RelWithDebInfo/$i .exe $releasepath /
19+ cp build/$i /RelWithDebInfo/$i .exe $releasepath -pdbs/
1720done
18- cp build/thtk/RelWithDebInfo/thtk.{dll,pdb} $releasepath /
21+ cp build/thtk/RelWithDebInfo/thtk.dll $releasepath /
22+ cp build/thtk/RelWithDebInfo/thtk.pdb $releasepath -pdbs/
1923cp " $( cygpath " $VSSDK140Install " ) /../VC/redist/x86/Microsoft.VC140.OPENMP/vcomp140.dll" $releasepath /
2024
2125copy_doc () {
@@ -27,3 +31,4 @@ copy_doc() {
2731copy_doc COPYING.{bison,flex,libpng,zlib} COPYING README NEWS
2832
2933zip -r -9 $releasepath .zip $releasepath
34+ zip -r -9 $releasepath -pdbs.zip $releasepath -pdbs
You can’t perform that action at this time.
0 commit comments