FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
msgpack-python/build.cmd at develop · tombech/msgpack-python · GitHub
tombech
/
msgpack-python
Public
forked from
msgpack/msgpack-python
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
msgpack-python
/
build.cmd
Copy path
More file actions
More file actions
Latest commit
History
History
History
21 lines (19 loc) · 838 Bytes
Breadcrumbs
msgpack-python
/
build.cmd
Copy path
File metadata and controls
21 lines (19 loc) · 838 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@
echo
off
::
To build extensions for 64 bit Python 3, we need to configure environment
::
variables to use the MSVC 2010 C++ compilers from GRMSDKX_EN_DVD.iso of:
::
MS Windows SDK for Windows 7 and .NET Framework 4
::
::
More details at:
::
https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows
IF
"
%DISTUTILS_USE_SDK%
"
==
"
1
"
(
ECHO
Configuring environment to build with MSVC on a 64bit architecture
ECHO
Using Windows SDK 7.1
"
C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\WindowsSdkVer.exe
"
-q -version:v7.1
CALL
"
C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd
"
/x64 /release
SET
MSSdk
=
1
REM
Need the following to allow tox to see the SDK compiler
SET
TOX_TESTENV_PASSENV
=
DISTUTILS_USE_SDK MSSdk INCLUDE LIB
)
ELSE
(
ECHO
Using default MSVC build environment
)
CALL
%*
Back
|
FazBrowse Home
|
New Git URL