Subversion Repositories Projects

Rev

Rev 620 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 620 Rev 626
Line 16... Line 16...
16
rm $DIST -rf
16
rm $DIST -rf
Line 17... Line 17...
17
 
17
 
18
echo Python Code...
18
echo Python Code...
19
mkdir $DIST/VibrationTest -p
19
mkdir $DIST/VibrationTest -p
-
 
20
cd $DIST/VibrationTest
20
cd $DIST/VibrationTest
21
cp $HOME/VibrationTest/VibrationTestGui.py  ./
-
 
22
cp $HOME/VibrationTest/mkProto.py  ./
21
cp $HOME/VibrationTest/*.py  ./
23
cp -a $HOME/VibrationTest/Resources ./
Line 22... Line 24...
22
cp $HEXFILE ./
24
cp $HEXFILE ./
23
 
25
 
24
echo Compiled Python Code... | tee -a $LOG
26
echo Compiled Python Code... | tee -a $LOG
Line 34... Line 36...
34
python setup.py py2exe >> $LOG
36
python setup.py py2exe >> $LOG
Line 35... Line 37...
35
 
37
 
36
mkdir $DIST/VibrationTestExe -p
38
mkdir $DIST/VibrationTestExe -p
37
cd $DIST/VibrationTestExe
39
cd $DIST/VibrationTestExe
-
 
40
cp $TMP/dist/* ./ -a
Line 38... Line 41...
38
cp $TMP/dist/* ./ -a
41
cp -a $HOME/VibrationTest/Resources ./
Line 39... Line 42...
39
 
42
 
40
cp $HEXFILE ./
43
cp $HEXFILE ./