Salome HOME
Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir. BR_new_bop2
authorakl <akl@opencascade.com>
Thu, 14 Feb 2013 14:28:04 +0000 (14:28 +0000)
committerakl <akl@opencascade.com>
Thu, 14 Feb 2013 14:28:04 +0000 (14:28 +0000)
build_cmake
build_cmake.bat

index 2a9a278ee3ade30aec39dacd69eeb279fbf8bb93..21a5b49e4f88123d048934e2d796e26bdb7d38c9 100755 (executable)
@@ -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 --blsurfplugin
+python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --blsurfplugin
 status=$?
 cd ${CURRENT_DIR}
 exit $status
index de8ae03b4788ea3bdf939006665e8701aac82f3f..27a36241fdada64d8f4bb3ab8ad6842a079fa312 100644 (file)
@@ -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 --blsurfplugin\r
+%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --blsurfplugin\r