mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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 4efc3360c9
)
Co-authored-by: Nikita Nemkin <nikita@nemkin.ru>
This commit is contained in:
parent
92f8b480ba
commit
cebd43fbfd
4 changed files with 3 additions and 36 deletions
|
@ -9,7 +9,6 @@
|
|||
#define MS_WINDOWS
|
||||
#include "modsupport.h"
|
||||
#include "patchlevel.h"
|
||||
#include <pythonnt_rc.h>
|
||||
#ifdef _DEBUG
|
||||
# define PYTHON_DEBUG_EXT "_d"
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue