diff options
author | Wulian <1055917385@qq.com> | 2024-09-23 23:09:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 23:09:22 (GMT) |
commit | 27a62e7371f062a80704f6bf4d6e8f06568d37aa (patch) | |
tree | 66f3a0afc3af62bf1569f74a70d0aaf9f38c44a0 /PCbuild/pythoncore.vcxproj | |
parent | 8a2baedc4bcb606da937e4e066b4b3a18961cace (diff) | |
download | cpython-27a62e7371f062a80704f6bf4d6e8f06568d37aa.zip cpython-27a62e7371f062a80704f6bf4d6e8f06568d37aa.tar.gz cpython-27a62e7371f062a80704f6bf4d6e8f06568d37aa.tar.bz2 |
gh-124102: Update internal PCbuild docs to accurately list build dependencies (GH-124103)
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 6399eac..19b982d 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -738,7 +738,7 @@ </ClCompile> </ItemGroup> </Target> - <Target Name="_WarnAboutToolset" BeforeTargets="PrepareForBuild" Condition="$(PlatformToolset) != 'v140' and $(PlatformToolset) != 'v141' and $(PlatformToolset) != 'v142' and $(PlatformToolset) != 'v143'"> + <Target Name="_WarnAboutToolset" BeforeTargets="PrepareForBuild" Condition="$(PlatformToolset) != 'v141' and $(PlatformToolset) != 'v142' and $(PlatformToolset) != 'v143'"> <Warning Text="Toolset $(PlatformToolset) is not used for official builds. Your build may have errors or incompatibilities." /> </Target> <Target Name="_WarnAboutZlib" BeforeTargets="PrepareForBuild" Condition="!$(IncludeExternals)"> |