From: vsv Date: Thu, 31 Mar 2016 14:15:11 +0000 (+0300) Subject: Use PlaneGCS and Eigen products from SALOME products directory X-Git-Tag: V_2.3.0~352 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=eab52428390ed0897e9067a75c8419b7e5290310;p=modules%2Fshaper.git Use PlaneGCS and Eigen products from SALOME products directory --- diff --git a/env_Salome.bat b/env_Salome.bat index 56ce96877..6b00e790b 100644 --- a/env_Salome.bat +++ b/env_Salome.bat @@ -24,12 +24,12 @@ if "%SOLVESPACE_ROOT_DIR%" == "" ( SET PATH=%SOLVESPACE_ROOT_DIR%\lib;%PATH% if "%PLANEGCS_ROOT_DIR%" == "" ( - SET PLANEGCS_ROOT_DIR=%ROOT_DIR%\products\planegcs-0.16 + SET PLANEGCS_ROOT_DIR=%SALOME_ROOT_DIR%\PRODUCTS%OCC_LIB_PREFIX%\planegcs-0.16 ) SET PATH=%PLANEGCS_ROOT_DIR%\lib;%PATH% if "%EIGEN_ROOT_DIR%" == "" ( - SET EIGEN_ROOT_DIR=%ROOT_DIR%\products\eigen-3.2.7 + SET EIGEN_ROOT_DIR=%SALOME_ROOT_DIR%\PRODUCTS%OCC_LIB_PREFIX%\eigen-3.2.7 ) if "%BOOST_ROOT_DIR%" == "" (