diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-22 17:46:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-22 17:46:39 -0700 |
| commit | 082c827fd38eabf3a8f60407cbc19df715432143 (patch) | |
| tree | 7b07727b0c6a1acc10b0bb16dc74e2f64e146c90 /ports/python3/0002-Static-CRT.patch | |
| parent | 621d2f852d43b5766bbf13bd22591524a083e48e (diff) | |
| parent | 683d8a8820680fc017d0faef08bac490f68e781e (diff) | |
| download | vcpkg-082c827fd38eabf3a8f60407cbc19df715432143.tar.gz vcpkg-082c827fd38eabf3a8f60407cbc19df715432143.zip | |
Merge pull request #1123 from muemart/python
Add port for Python 3
Diffstat (limited to 'ports/python3/0002-Static-CRT.patch')
| -rw-r--r-- | ports/python3/0002-Static-CRT.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ports/python3/0002-Static-CRT.patch b/ports/python3/0002-Static-CRT.patch new file mode 100644 index 000000000..267d03d75 --- /dev/null +++ b/ports/python3/0002-Static-CRT.patch @@ -0,0 +1,17 @@ +diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj +index 4134d7b..ecbccf0 100644 +--- a/PCbuild/pythoncore.vcxproj ++++ b/PCbuild/pythoncore.vcxproj +@@ -67,6 +67,10 @@ + <AdditionalOptions>/Zm200 %(AdditionalOptions)</AdditionalOptions> + <AdditionalIncludeDirectories>$(PySourcePath)Python;$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> + <PreprocessorDefinitions>_USRDLL;Py_BUILD_CORE;Py_NO_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions)</PreprocessorDefinitions> ++ <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebug</RuntimeLibrary> ++ <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">MultiThreadedDebug</RuntimeLibrary> ++ <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">MultiThreaded</RuntimeLibrary> ++ <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Release|x64'">MultiThreaded</RuntimeLibrary> + </ClCompile> + <Link> + <AdditionalDependencies>version.lib;shlwapi.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> +-- + |
