X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=eclipse.sh;h=27f21f7db6d69767520f33267681e120a6061279;hb=b4881868428f03a06a6301539aa92ca16dbe5bed;hp=3f1c9c83218fb8c9f1dcf761fefb0f71473a973f;hpb=1b6e67870beeeb667864eaff5b1bb9c1570b7259;p=modules%2Fshaper.git diff --git a/eclipse.sh b/eclipse.sh old mode 100644 new mode 100755 index 3f1c9c832..27f21f7db --- a/eclipse.sh +++ b/eclipse.sh @@ -13,8 +13,11 @@ CMAKE_ARGS="-D_ECLIPSE_VERSION=4.3" CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_BUILD_TYPE=Debug" CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=ON" CMAKE_ARGS="${CMAKE_ARGS} -DCMAKE_INSTALL_PREFIX:PATH=${ROOT_DIR}/install" +CMAKE_ARGS="${CMAKE_ARGS} -DPYTHON_EXECUTABLE=${PYTHONHOME}/bin/python" +CMAKE_ARGS="${CMAKE_ARGS} -DUSE_TEST_COVERAGE=OFF" CMAKE_ARGS="${CMAKE_ARGS} ${SRC_DIR}" cmake -G "Eclipse CDT4 - Unix Makefiles" ${CMAKE_ARGS} -/misc/dn21/hdfeditor/sbh/devtools/eclipse-4.3.0/eclipse& \ No newline at end of file +#/misc/dn48/newgeom/common/eclipse-4.3.0/eclipse& +/misc/dn48/newgeom/common/eclipse-4.4.0/eclipse& \ No newline at end of file