Created
September 18, 2015 02:33
-
-
Save sgur/10c8be777b5a11b63059 to your computer and use it in GitHub Desktop.
Build failed on DYNAMIC_PYTHON=yes DYNAMIC_PYTHON3=no
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@setlocal | |
@set BASEDIR=%CD% | |
@set VS2012_64_VCVARS="c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" | |
@call %VS2012_64_VCVARS% amd64 | |
cd %BASEDIR%\src | |
nmake -f make_mvc.mak PYTHON="C:\Python27" PYTHON_VER=27 DYNAMIC_PYTHON=yes PYTHON3="C:\Python34" PYTHON3_VER=34 DYNAMIC_PYTHON3=no | |
@REM ------------------------------------------------------------------------------ | |
@REM OK: nmake -f make_mvc.mak PYTHON="C:\Python27" PYTHON_VER=27 DYNAMIC_PYTHON=yes PYTHON3="C:\Python34" PYTHON3_VER=34 DYNAMIC_PYTHON3=yes | |
@REM OK: nmake -f make_mvc.mak PYTHON="C:\Python27" PYTHON_VER=27 DYNAMIC_PYTHON=no PYTHON3="C:\Python34" PYTHON3_VER=34 DYNAMIC_PYTHON3=no | |
@REM NG: nmake -f make_mvc.mak PYTHON="C:\Python27" PYTHON_VER=27 DYNAMIC_PYTHON=yes PYTHON3="C:\Python34" PYTHON3_VER=34 DYNAMIC_PYTHON3=no | |
@REM OK: nmake -f make_mvc.mak PYTHON="C:\Python27" PYTHON_VER=27 DYNAMIC_PYTHON=no PYTHON3="C:\Python34" PYTHON3_VER=34 DYNAMIC_PYTHON3=no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment