summaryrefslogtreecommitdiff
path: root/lib/make/extras
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-21 10:26:14 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-05-21 10:26:14 +0000
commit9291fe92c464ba411050fa1758937af49906d805 (patch)
tree220d3fc85a0c65157253b3d2f598ed5b017dd2f8 /lib/make/extras
parentfcd0d2c5d1af88ae14a4d3ea23921789b8fdd35a (diff)
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
Diffstat (limited to 'lib/make/extras')
-rw-r--r--lib/make/extras/MPI/WMPI4
1 files changed, 2 insertions, 2 deletions
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'`"