]> SALOME platform Git repositories - modules/kernel.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:23:45 +0000 (13:23 +0000)
committerakl <akl@opencascade.com>
Thu, 14 Feb 2013 13:23:45 +0000 (13:23 +0000)
build_cmake
build_cmake.bat

index dea5c393ca4c58abcabe94e7c66827fbab605cf5..744dbe0b15e50abac60a21860df8b55e46de12ba 100755 (executable)
@@ -21,7 +21,7 @@
 CURRENT_DIR=`pwd`
 CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
 cd ${CONF_DIR}
-python salome_adm/cmake_files/am2cmake.py --kernel
+python salome_adm/cmake_files/deprecated/am2cmake.py --kernel
 status=$?
 cd ${CURRENT_DIR}
 exit $status
index cca1337ba496ba2a8885dacaaa2d4c50d1e58b30..54bb4f59615946ff09e3d28cc9da584eb60800dd 100644 (file)
@@ -17,4 +17,4 @@
 @REM See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 @REM
 
-%PYTHONBIN% salome_adm\cmake_files\am2cmake.py --kernel\r
+%PYTHONBIN% salome_adm\cmake_files\deprecated\am2cmake.py --kernel\r