From: akl Date: Thu, 14 Feb 2013 14:37:03 +0000 (+0000) Subject: Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. X-Git-Tag: NEWBOP_OCCdev_65263f37db X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=94c1a87227d644a45cbf0d7d91ef329840642bf7;p=modules%2Fvisu.git Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. --- diff --git a/build_cmake b/build_cmake index 2b051c79..7a24d163 100755 --- a/build_cmake +++ b/build_cmake @@ -21,7 +21,7 @@ CURRENT_DIR=`pwd` CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"` cd ${CONF_DIR} -python $KERNEL_ROOT_DIR/salome_adm/cmake_files/am2cmake.py --visu +python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --visu status=$? cd ${CURRENT_DIR} exit $status diff --git a/build_cmake.bat b/build_cmake.bat index 27a44a57..a63fc253 100644 --- a/build_cmake.bat +++ b/build_cmake.bat @@ -17,4 +17,4 @@ @REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com @REM -%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\am2cmake.py --visu +%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --visu