mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Adds version info to all signed binaries on Windows.
This commit is contained in:
parent
48842714b9
commit
b0660582cc
34 changed files with 139 additions and 16 deletions
|
@ -10,10 +10,10 @@
|
|||
#include "modsupport.h"
|
||||
#include "patchlevel.h"
|
||||
#ifdef _DEBUG
|
||||
# include "pythonnt_rc_d.h"
|
||||
# include <pythonnt_rc_d.h>
|
||||
# define PYTHON_DEBUG_EXT "_d"
|
||||
#else
|
||||
# include "pythonnt_rc.h"
|
||||
# include <pythonnt_rc.h>
|
||||
# define PYTHON_DEBUG_EXT
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue