]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41054: Simplify resource compilation on Windows (GH-21004)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2020 19:27:30 +0000 (12:27 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2020 19:27:30 +0000 (12:27 -0700)
commitcebd43fbfd25a80404728f73edc301f9558d9410
treede4b8d7f977bfcd30ef97682d7a60c0f1c204ffc
parent92f8b480bab408be09bc1631cf2e0e5a4641b731
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.
(cherry picked from commit 4efc3360c9a83d5891f27ed67b4f0ab7275d2ab4)

Co-authored-by: Nikita Nemkin <nikita@nemkin.ru>
PC/dl_nt.c
PC/python_nt.rc
PC/python_ver_rc.h
PCbuild/pyproject.props