commit | b0660582cc9260022053c83dcfddd47891700147 | [log] [tgz] |
---|---|---|
author | Steve Dower <steve.dower@microsoft.com> | Wed Apr 06 12:35:24 2016 -0700 |
committer | Steve Dower <steve.dower@microsoft.com> | Wed Apr 06 12:35:24 2016 -0700 |
tree | 8e3ac87543605f45dcf1590e5dfded69cd3ebec1 | |
parent | 48842714b948fa239392ddd7e207151d5fcb8bc7 [diff] [blame] |
Adds version info to all signed binaries on Windows.
diff --git a/PC/python_ver_rc.h b/PC/python_ver_rc.h index 8ad18ef..8ce03fe 100644 --- a/PC/python_ver_rc.h +++ b/PC/python_ver_rc.h
@@ -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