Changed binary directory to $WM_ARCH$WM_COMPILER

This commit is contained in:
henry
2008-06-04 11:05:48 +01:00
parent 303c61a7bb
commit 098e61cfbc
4 changed files with 4 additions and 4 deletions

View File

@ -87,7 +87,7 @@ fi
# set paraview environment
PARAVIEW_SRC_DIR=$PWD/$PARAVIEW_SRC
#PARAVIEW_OBJ_DIR=$PARAVIEW_SRC_DIR/platforms/$WM_OPTIONS/obj$OBJ_ADD
PARAVIEW_OBJ_DIR=$PARAVIEW_SRC_DIR/platforms/$WM_OPTIONS
PARAVIEW_OBJ_DIR=$PARAVIEW_SRC_DIR/platforms/$WM_ARCH$WM_COMPILER
# remove existing build folder if present
if [ -e "$PARAVIEW_OBJ_DIR" ]; then

View File

@ -180,7 +180,7 @@ buildParaView ()
}
# PARAVIEW_OBJ_DIR=$PARAVIEW_SRC_DIR/platforms/$WM_OPTIONS/obj$OBJ_ADD
PARAVIEW_OBJ_DIR=$PARAVIEW_SRC_DIR/platforms/$WM_OPTIONS
PARAVIEW_OBJ_DIR=$PARAVIEW_SRC_DIR/platforms/$WM_ARCH$WM_COMPILER
# provide a shortcut for repeated builds - use with caution
if [ "$CMAKE_SKIP" = YES ]