]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41054: Simplify resource compilation on Windows (GH-21004)
authorNikita Nemkin <nikita@nemkin.ru>
Tue, 23 Jun 2020 19:05:57 +0000 (00:05 +0500)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 19:05:57 +0000 (20:05 +0100)
commit4efc3360c9a83d5891f27ed67b4f0ab7275d2ab4
treee9a69c77b7ada22a765eb6258eef296abdd80543
parent930f4518aea7f3f0f914ce93c3fb92831a7e1d2a
bpo-41054: Simplify resource compilation on Windows (GH-21004)

Remove auto-generated resource header. Pass definitions required
by resource files (ORIGINAL_FILENAME and FIELD3) directly to resource
compiler.

Remove unused MS_DLL_ID resource string and related dead code.
PC/dl_nt.c
PC/python_nt.rc
PC/python_ver_rc.h
PCbuild/pyproject.props