From 2d424f11628d9c627c686e32fc12525458c6cdf7 Mon Sep 17 00:00:00 2001 From: spo Date: Thu, 28 May 2015 14:41:32 +0300 Subject: [PATCH] Improve project generation files for linux: Uncomment run eclipse in eclipse.sh and remove noexcepthandler in salome_run.sh --- eclipse.sh | 2 +- salome_run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclipse.sh b/eclipse.sh index 77e3e428f..8a7bbfed7 100755 --- a/eclipse.sh +++ b/eclipse.sh @@ -31,4 +31,4 @@ CMAKE_ARGS="${CMAKE_ARGS} ${SRC_DIR}" cmake -G "Eclipse CDT4 - Unix Makefiles" ${CMAKE_ARGS} -#/misc/dn48/newgeom/common/eclipse-4.4.0/eclipse& +/misc/dn48/newgeom/common/eclipse-4.4.0/eclipse& diff --git a/salome_run.sh b/salome_run.sh index 4eba166fb..726ead4d1 100755 --- a/salome_run.sh +++ b/salome_run.sh @@ -14,4 +14,4 @@ export LD_LIBRARY_PATH=${KERNEL_ROOT_DIR}/lib/salome:${LD_LIBRARY_PATH} export SalomeAppConfig=${ROOT_DIR}/${INSTALL_DIR}/share/salome/resources/newgeom:${GUI_ROOT_DIR}/share/salome/resources/gui ${PYTHONBIN} "${KERNEL_ROOT_DIR}/bin/salome/envSalome.py" -${PYTHONBIN} "${KERNEL_ROOT_DIR}/bin/salome/runSalome.py" noexcepthandler +${PYTHONBIN} "${KERNEL_ROOT_DIR}/bin/salome/runSalome.py" -- 2.39.2