Removed svn Id tag
[MPC.git] / config / mpich.mpb
blob539242ef29d899d6ec6b07e1ccbb765711c44d5a
1 project {
2   includes += $(MPI_ROOT)/include $(MPI_ROOT)/include/mpi
3   libpaths += $(MPI_ROOT)/lib
4   requires += mpi
6   specific(prop:windows) {
7     lit_libs += mpi
8   } else {
9     lit_libs += mpich
10   }