Message401735
Only thing I'd add is that you should just be able to list the required .c files in _freeze_module.vcxproj (formerly known as freeze_importlib.vcxproj) rather than depending on pythoncore.vcxproj.
That will generate twice as many .obj files for those modules (which is fine, just takes a little more time at build), and will force everything to be regenerated if you modify them, but that's an expected part of having part of the interpreter depend upon itself. |
|
Date |
User |
Action |
Args |
2021-09-13 20:59:55 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, eric.snow, zach.ware |
2021-09-13 20:59:55 | steve.dower | set | messageid: <1631566795.07.0.580735109835.issue45188@roundup.psfhosted.org> |
2021-09-13 20:59:55 | steve.dower | link | issue45188 messages |
2021-09-13 20:59:54 | steve.dower | create | |
|