Skip to content

Instantly share code, notes, and snippets.

@sgur
Created September 18, 2015 02:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgur/10c8be777b5a11b63059 to your computer and use it in GitHub Desktop.
Save sgur/10c8be777b5a11b63059 to your computer and use it in GitHub Desktop.
Build failed on DYNAMIC_PYTHON=yes DYNAMIC_PYTHON3=no
@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