]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix path to 'am2cmake.py' as soon as it was moved into 'deprecated' subdir.
authorakl <akl@opencascade.com>
Thu, 14 Feb 2013 13:30:49 +0000 (13:30 +0000)
committerakl <akl@opencascade.com>
Thu, 14 Feb 2013 13:30:49 +0000 (13:30 +0000)
build_cmake
build_cmake.bat

index b8fe099ce4b114903fc3f1eb2e3d3d300f1b2da3..af6b75baeb26e031b20f80ade779d543cdc4ccbf 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 --gui
+python $KERNEL_ROOT_DIR/salome_adm/cmake_files/deprecated/am2cmake.py --gui
 status=$?
 cd ${CURRENT_DIR}
 exit $status
index b5e1ffc538aabdbfcfd0cf3b70acaae55fba39d0..f72ee227cee1910aebf725c8389a623044a3f492 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 --gui\r
+%PYTHONBIN% %KERNEL_ROOT_DIR%\salome_adm\cmake_files\deprecated\am2cmake.py --gui\r