Salome HOME
Add config files and some code update for compilation of SALOME-7.8.0
[tools/sat.git] / data / compil_scripts / pyreadline.sh
1 #!/bin/bash
2
3 echo "##########################################################################"
4 echo "pyreadline" $VERSION
5 echo "##########################################################################"
6
7 rm -Rf $PRODUCT_INSTALL
8 mkdir -p $PRODUCT_INSTALL
9 echo "pyreadline is a Windows porting of readline, a native module of Unix python" > $PRODUCT_INSTALL/README
10
11 echo
12 echo "########## END"