Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
added setupcompilerandexecute.bat for py34
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed May 26, 2016
1 parent 8c29fdf commit d9f55e7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Python34_32/setupcompilerandexecute.bat
@@ -0,0 +1,3 @@
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
%*
3 changes: 3 additions & 0 deletions Python34_32_clean/setupcompilerandexecute.bat
@@ -0,0 +1,3 @@
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\VCVARSALL.bat" x86
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin"
%*
3 changes: 3 additions & 0 deletions Python34_64/setupcompilerandexecute.bat
@@ -0,0 +1,3 @@
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
%*
3 changes: 3 additions & 0 deletions Python34_64_clean/setupcompilerandexecute.bat
@@ -0,0 +1,3 @@
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\VCVARSX86_AMD64.bat"
set PATH=%PATH%;"C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\x64"
%*

0 comments on commit d9f55e7

Please sign in to comment.