From 9291fe92c464ba411050fa1758937af49906d805 Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 21 May 2001 10:26:14 +0000 Subject: Updating now that we no longer need full paths to libs under NT. Not tested as I have no current machine with WMPI. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@2198 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/make/extras/MPI/WMPI | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/make/extras') diff --git a/lib/make/extras/MPI/WMPI b/lib/make/extras/MPI/WMPI index e7cf2218..4cb25e4f 100644 --- a/lib/make/extras/MPI/WMPI +++ b/lib/make/extras/MPI/WMPI @@ -6,7 +6,7 @@ # @desc # Stuff for WMPI - a windows MPI implementation # @enddesc -# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/extras/MPI/WMPI,v 1.1 1999-09-04 19:23:20 goodale Exp $ # +# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/make/extras/MPI/WMPI,v 1.2 2001-05-21 10:26:14 goodale Exp $ # # @enddesc # @@*/ @@ -17,6 +17,6 @@ if test -z "$WMPI_DIR" ; then exit 2 fi -MPI_LIBS='$(addprefix $(MPI_LIB_DIRS)\\\\,cdvlibf.lib cvwmpi.lib)' +MPI_LIBS="cdvlibf cvwmpi" MPI_LIB_DIRS="`echo $WMPI_DIR\\\lib\\\Console | sed 's:\\\:\\\\\\\\:g'`" MPI_INC_DIRS="`echo $WMPI_DIR\\\include | sed 's:\\\:\\\\\\\\:g'`" -- cgit v1.2.3