Eryk Sun added the comment:
Issue 24508 backported the project files from 3.5 to 2.7. In the new
pyproject.props, MS_DLL_ID (for the DLL string table) is defined as the value
of SysWinVer. Currently the latter is defined in python.props as follows:
<!-- The version number for sys.winver -->
<SysWinVer>$(MajorVersionNumber).$(MinorVersionNumber)</SysWinVer>
<SysWinVer Condition="$(Platform) == 'Win32' or $(Platform) ==
'x86'">$(SysWinVer)-32</SysWinVer>
AFAIK, 2.7 shouldn't be using the -32 suffix for 32-bit builds. This should
only have changed for 3.5+.
----------
nosy: +eryksun
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue25824>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com