Salome HOME
Minor changes for Eclipse IDE
authorsbh <sergey.belash@opencascade.com>
Tue, 24 Feb 2015 14:53:28 +0000 (17:53 +0300)
committersbh <sergey.belash@opencascade.com>
Tue, 24 Feb 2015 14:53:28 +0000 (17:53 +0300)
build_Salome_eclipse.bat

index eab92c0f1a5c4ec35c3b3ec42c30f77c1a0bbbc1..6cc46a80990295fbc7a708ffa1cdd40caa5536ba 100644 (file)
@@ -19,7 +19,7 @@ cd %ROOT_DIR%\build-eclipse
 @SET CMAKE_ARGS=-G ^"Eclipse CDT4 - NMake Makefiles^"
 @SET CMAKE_ARGS=%CMAKE_ARGS% -D_ECLIPSE_VERSION=4.3
 @SET CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_BUILD_TYPE=Debug
-@SET CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=ON
+@SET CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_ECLIPSE_GENERATE_SOURCE_PROJECT=OFF
 @SET CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_INSTALL_PREFIX:PATH=%ROOT_DIR%\install
 @SET CMAKE_ARGS=%CMAKE_ARGS% -DPYTHON_EXECUTABLE=%PYTHONHOME%\python_d.exe
 @SET CMAKE_ARGS=%CMAKE_ARGS% %SRC_DIR%