updated tar file

This commit is contained in:
Guido Ranzuglia granzuglia 2011-02-17 08:30:09 +00:00
parent bd280c730e
commit b2bcb0dc6b

View File

@ -5,8 +5,8 @@
# when the script ends you should have a tgz with all the needed sources
#
cp meshlab/src/install/building_meshlab.txt ./how_to_compile.txt
find meshlab vcglib ./how_to_compile.txt | egrep -v -e SVN -e /ui_ -e build -e /moc_ -e /php -e meshlabv11.pro -e /qrc_ -e /test/ -e MeshLabBundle -e docs/ -e /web/ -e\# | egrep -e [.]cpp$ -e [.]c$ -e [.]h$ -e [.]tpp$ -e [.]pro$ -e [.]pri$ -e [.]ui$ -e [.]png$ -e [.]rc$ -e [.]qrc$ -e [.]vert$ -e [.]frag$ -e [.]rfx$ -e [.]glsl$ -e [.]gdp$ -e [.]txt$ -e [.]icns$ -e images/100mesh.html -e images/eye.ico -e [.]inl$ -e vcg/Eigen/* > list.txt
find meshlab vcglib ./how_to_compile.txt | egrep -v -e SVN -e /ui_ -e build -e /moc_ -e /php -e meshlabv11.pro -e /qrc_ -e /test/ -e MeshLabBundle -e docs/ -e /web/ -e\# | egrep -e [.]cpp$ -e [.]c$ -e [.]h$ -e [.]tpp$ -e [.]pro$ -e [.]pri$ -e [.]ui$ -e [.]png$ -e [.]rc$ -e [.]qrc$ -e [.]vert$ -e [.]frag$ -e [.]rfx$ -e [.]glsl$ -e [.]gdp$ -e [.]txt$ -e [.]vs$ -e [.]fs$ -e [.]rendertemplate$ -e [.]icns$ -e Qt -e images/100mesh.html -e images/eye.ico -e images/facebook.gif -e [.]inl$ -e vcg/Eigen/* > list.txt
echo "meshlab/src/fgt/edit_topo/edit_topomeshbuilder.h" >> list.txt
#
tar -c -v -z -T ./list.txt -f meshlab_`date +"%Y%m%d"`.tgz
tar -c -v -z -T ./list.txt -f MeshLabSrc_AllInc_v130_`date +"%Y%m%d"`.tgz
eg