[SCM] Lisaac scripts branch, master, updated. a091b9b3d6b00033af971d53ed7584dadf1ec330

Benoit Sonntag sonntag at icps.u-strasbg.fr
Thu Nov 12 23:36:53 UTC 2009


The following commit has been merged in the master branch:
commit a091b9b3d6b00033af971d53ed7584dadf1ec330
Author: Benoit Sonntag <sonntag at icps.u-strasbg.fr>
Date:   Fri Nov 13 00:36:48 2009 +0100

    Final v0.39 beta release

diff --git a/build_distrib/release.sh b/build_distrib/release.sh
index 659b97c..44f11d3 100755
--- a/build_distrib/release.sh
+++ b/build_distrib/release.sh
@@ -22,10 +22,10 @@ cp -rf ~/library/gui lib/extra/.
 cp -rf ~/library/gui_automatic lib/extra/.
 cp -rf ~/library/testing lib/extra/.
 
-cp -rf ~/library/expat-binding lib/unstable/.
+#cp -rf ~/library/expat-binding lib/unstable/.
 cp -rf ~/library/freetype lib/unstable/.
 cp -rf ~/library/graphics lib/unstable/.
-cp -rf ~/library/iup-binding lib/unstable/.
+#cp -rf ~/library/iup-binding lib/unstable/.
 cp -rf ~/library/lua-binding lib/unstable/.
 cp -rf ~/library/math lib/unstable/.
 cp -rf ~/library/opengl lib/unstable/.
@@ -94,6 +94,7 @@ for i in `find -name ".gitignore"` ; do rm $i ; done
 rm -f bin/lisaac bin/shorter src/lisaac src/shorter 
 cd example
 ./clean.sh
+./bat.sh
 cd ..
 for i in `find` ; do 
 	if [[ -f $i ]]
@@ -106,7 +107,7 @@ done
 
 chmod +x example/compile.sh
 chmod +x example/clean.sh
-
+chmod +x example/bat.sh
 
 # Build
 

-- 
Lisaac scripts



More information about the Lisaac-commits mailing list