Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 625 → Rev 626

/VibrationTest/trunk/buildDist.sh
18,7 → 18,9
echo Python Code...
mkdir $DIST/VibrationTest -p
cd $DIST/VibrationTest
cp $HOME/VibrationTest/*.py ./
cp $HOME/VibrationTest/VibrationTestGui.py ./
cp $HOME/VibrationTest/mkProto.py ./
cp -a $HOME/VibrationTest/Resources ./
cp $HEXFILE ./
 
echo Compiled Python Code... | tee -a $LOG
36,6 → 38,7
mkdir $DIST/VibrationTestExe -p
cd $DIST/VibrationTestExe
cp $TMP/dist/* ./ -a
cp -a $HOME/VibrationTest/Resources ./
 
cp $HEXFILE ./