Adds version info to all signed binaries on Windows.

This commit is contained in:
Steve Dower 2016-04-06 12:35:24 -07:00
parent 48842714b9
commit b0660582cc
34 changed files with 139 additions and 16 deletions

View file

@ -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