edit py/Lib/distutils/msvc9compiler.py
find
VERSION=get_build_version()
replace it by
VERSION=10.0
本文介绍了一个关于 Python 的 distutils 模块中 msvc9compiler.py 文件的版本修改。具体操作是从获取构建版本改为直接指定 VERSION 为 10.0。此更改可能用于解决特定的编译问题或是为了适配新的开发需求。
edit py/Lib/distutils/msvc9compiler.py
find
VERSION=get_build_version()
replace it by
VERSION=10.0

被折叠的 条评论
为什么被折叠?