File tree 1 file changed +7
-2
lines changed
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
9
9
echo Generating $releasepath
10
10
rm -rf $releasepath
11
11
mkdir $releasepath
12
+ rm -rf $releasepath -pdbs
13
+ mkdir $releasepath -pdbs
12
14
13
15
for i in thanm thecl thdat thmsg; do
14
16
echo $i
15
17
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/
17
20
done
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/
19
23
cp " $( cygpath " $VSSDK140Install " ) /../VC/redist/x86/Microsoft.VC140.OPENMP/vcomp140.dll" $releasepath /
20
24
21
25
copy_doc () {
@@ -27,3 +31,4 @@ copy_doc() {
27
31
copy_doc COPYING.{bison,flex,libpng,zlib} COPYING README NEWS
28
32
29
33
zip -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