Settings and wmake: Updated the use of WM_COMPILER_LIB_ARCH to set the library path

This commit is contained in:
Henry
2012-04-12 11:07:47 +01:00
parent 5a4d3ccd2e
commit 25504bf856
5 changed files with 62 additions and 47 deletions

View File

@ -1,3 +1,3 @@
PFLAGS = -DMPICH_SKIP_MPICXX
PINC = -I$(MPI_ARCH_PATH)/include
PLIBS = -L$(MPI_ARCH_PATH)/lib -lmpich -lrt
PLIBS = -L$(MPI_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) -L$(MPI_ARCH_PATH)/lib -lmpich -lrt