From: sbh Date: Wed, 20 Aug 2014 08:01:54 +0000 (+0400) Subject: Corrections in Windows MSVC10 environment according to the Linux environment X-Git-Tag: V_0.4.4~101 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=15ffbe3dd90be499cad0b5461f74de884db6c611;p=modules%2Fshaper.git Corrections in Windows MSVC10 environment according to the Linux environment --- diff --git a/msvc10_env.bat b/msvc10_env.bat index b8ad56208..bac9fdbe3 100644 --- a/msvc10_env.bat +++ b/msvc10_env.bat @@ -91,9 +91,7 @@ set PATH=%CMAKEDIR%\bin;%PATH% @REM ------------------------- @REM PYTHON @SET PYTHONHOME=%PDIR%\python-2.7.3 -@SET PYTHON_LIB_DIR=%PYTHONHOME%\libs -@SET PYTHON_INC_DIR=%PYTHONHOME%\include -@SET PATH=%PYTHON_LIB_DIR%;%PATH% +@SET PYTHON_INCLUDE=%PYTHONHOME%\include @SET PATH=%PYTHONHOME%;%PATH% @SET PYTHONPATH=%PYTHONHOME%\Lib;%PYTHONPATH% @SET PYTHONPATH=%PYTHONHOME%\DLLs;%PYTHONPATH%