diff options
author | Steve Dower <steve.dower@microsoft.com> | 2018-01-09 08:14:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-09 08:14:46 (GMT) |
commit | d135f20ae8887acc7716561bc8f4c7eb6d58d24c (patch) | |
tree | 8c988503dc2f0f2dc757442a073c06b7a9a16078 /PCbuild/_bz2.vcxproj | |
parent | ca0c5f26563349ed761af13590acef80e1064eab (diff) | |
download | cpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.zip cpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.tar.gz cpython-d135f20ae8887acc7716561bc8f4c7eb6d58d24c.tar.bz2 |
bpo-32507: Change Windows install to include app-local UCRT (#5119)
Diffstat (limited to 'PCbuild/_bz2.vcxproj')
-rw-r--r-- | PCbuild/_bz2.vcxproj | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PCbuild/_bz2.vcxproj b/PCbuild/_bz2.vcxproj index b3ab378..3c21848 100644 --- a/PCbuild/_bz2.vcxproj +++ b/PCbuild/_bz2.vcxproj @@ -66,9 +66,6 @@ <PreprocessorDefinitions>WIN32;_FILE_OFFSET_BITS=64;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings> </ClCompile> - <Link> - <BaseAddress>0x1D170000</BaseAddress> - </Link> </ItemDefinitionGroup> <ItemGroup> <ClCompile Include="..\Modules\_bz2module.c" /> |