Added development helper tools for MAC OS

This commit is contained in:
grygoriiz 2014-06-12 13:14:13 +03:00
parent ab4c15903c
commit 7523082df3
5 changed files with 137 additions and 0 deletions

9
tools/dev_tools/macos/bar Executable file
View file

@ -0,0 +1,9 @@
cd $AD/tracks
(
if [ "$1" != "rebuild" ] ; then
./waf build -v
else
./waf clean
if ./waf configure --program-name=Tracks; then ./waf build -v; fi
fi
) 2>&1 | tee $AD/buildlog.txt #"$AD/tracks-build-log.`date +%Y-%m-%d--%H.%M`.txt"