add ccache to windows build, better fail if executables don't run. Fix documentation build. Remove .cvsignore files removal as we are no longer using cvs.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10986 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
5f016fd495
commit
f66e1f3a09
2 changed files with 6 additions and 7 deletions
|
|
@ -82,10 +82,13 @@ if test -f "$tarball"; then
|
|||
echo "Compiling (quietly)..."
|
||||
make > build.log
|
||||
echo "Simple check to see if swig.exe runs..."
|
||||
env LD_LIBRARY_PATH= PATH= ./swig.exe -version
|
||||
env LD_LIBRARY_PATH= PATH= ./swig.exe -version || exit 1
|
||||
echo "Simple check to see if ccache-swig.exe runs..."
|
||||
env LD_LIBRARY_PATH= PATH= ./CCache/ccache-swig.exe -V || exit 1
|
||||
echo "Creating $swigwinbasename.zip..."
|
||||
cd ..
|
||||
cp $swigbasename/swig.exe $swigwinbasename
|
||||
cp $swigbasename/CCache/ccache-swig.exe $swigwinbasename/CCache
|
||||
cp $swigbasename/Lib/swigwarn.swg $swigwinbasename/Lib
|
||||
sleep 2 # fix strange not finding swig.exe
|
||||
echo "Unzip into a directory of your choice. Please read the README file as well as Doc\Manual\Windows.html for installation instructions." > swig_windows_zip_comments.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue