Add support for 7za.exe in dist.sh.

This commit is contained in:
David Capello 2010-11-06 21:20:02 -03:00
parent 581134c303
commit db71acbb16

View File

@ -6,6 +6,11 @@ distdir=ase-$version
zip="zip -9"
zip_recursive_flag="-r"
if [ -f ./7za.exe ] ; then
zip="./7za.exe a"
zip_recursive_flag=""
fi
freetype_files="third_party/freetype/ChangeLog \
third_party/freetype/descrip.mms \
third_party/freetype/INSTALL \