Révision 3628 TXM/trunk/org.txm.setups/BuildAll.sh

BuildAll.sh (revision 3628)
1 1
#echo "get scripts"
2
sh getSharedFiles.sh
3
if [ $? != 0 ]; then
4
	echo "** Failed to get shared files"
5
	exit 1;
6
fi
2
DIRNAME=`dirname $0`
7 3

  
8
echo "Linux64"
9
sh Linux64bit.sh
4
echo "LINUX !!"
5
sh $DIRNAME/BuildLinux64bit.sh
10 6
if [ $? != 0 ]; then
11 7
	echo "** Failed to get build Linux64"
12
	exit 1;
13 8
fi
14 9

  
15
echo "MacOSX"
16
sh MacOSXIntel.sh
10
echo "MacOSX :("
11
sh $DIRNAME/BuildMacOSXIntel.sh
17 12
if [ $? != 0 ]; then
18 13
	echo "** Failed to get build Mac OS X"
19
	exit 1;
20 14
fi
21 15

  
22
echo "Win64"
23
sh Win64bit.sh
16
echo "WINDOWS !!"
17
sh $DIRNAME/BuildWin64bit.sh
24 18
if [ $? != 0 ]; then
25 19
	echo "** Failed to get build Win64"
26
	exit 1;
27 20
fi
28 21

  
29 22
#play end.wav
23
echo "DONE !!"

Formats disponibles : Unified diff