diff options
author | Guido van Rossum <guido@python.org> | 2024-03-18 18:13:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-18 18:13:11 (GMT) |
commit | 9c7b3688e6ff071456e0ee623b82870755ea7808 (patch) | |
tree | bc8bcc609716fb210e9ada3e514b7bd505d13d61 /PCbuild/pythoncore.vcxproj | |
parent | 7e1f38f2de8f93de362433203faa5605a0c47f0e (diff) | |
download | cpython-9c7b3688e6ff071456e0ee623b82870755ea7808.zip cpython-9c7b3688e6ff071456e0ee623b82870755ea7808.tar.gz cpython-9c7b3688e6ff071456e0ee623b82870755ea7808.tar.bz2 |
gh-108716: Cleanup remaining deepfreeze infrastructure (#116919)
Keep Tools/build/deepfreeze.py around (we may repurpose it for deepfreezing non-code objects),
and keep basic "clean" targets that remove the output of former deep-freeze activities,
to keep the build directories of current devs clean.
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 88a4a7c..9131ce8 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -632,11 +632,6 @@ <ClCompile Include="..\Python\traceback.c" /> <ClCompile Include="..\Python\tracemalloc.c" /> </ItemGroup> - <ItemGroup> - <!-- BEGIN deepfreeze --> - <ClCompile Include="$(GeneratedFrozenModulesDir)deepfreeze.c" /> - <!-- END deepfreeze --> - </ItemGroup> <ItemGroup Condition="$(IncludeExternals)"> <ClCompile Include="..\Modules\zlibmodule.c" /> <ClCompile Include="$(zlibDir)\adler32.c" /> |