Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Change for new url for git clone
[simgrid.git] / buildtools / pipol / rc.windows
1 #!/bin/bash
2
3 which_svn=`which svn`           #svn necessary
4 which_gcc=`which gcc`           #gcc gcc necessary
5 which_gpp=`which g++`           #gcc g++ necessary
6 which_make=`which gmake`                #make necessary
7 which_cmake=`which cmake`       #cmake necessary
8 which_perl=`which perl`         #perl
9 which_git=`which git`
10
11 echo "DEBUT----------------------------------"
12 echo $which_cmake
13 echo $which_make
14 echo $which_gcc
15 echo $which_gpp
16 echo $which_svn
17 echo $which_perl
18 echo $which_git
19 echo $PATH
20 echo "FIN------------------------------------"