You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, it currently only shows how to add a built-in module for Windows, and not a separate extension module.
We should add a second section that adds a new .vcxproj for the new extension module (or more likely copies a recommended existing one), along with the other changes necessary to ensure the new module is correctly built and distributed.
The text was updated successfully, but these errors were encountered:
Oh thank you for this Steve. I indeed see that I only mentioned the pythoncore.vcxproj file, so I'll try to come up with something for a separate extension module. I never used MSVC and the section I wrote about MSVC was mostly a guess hence the confusion on my side.
Yeah, no worries. This is as much a note to myself (or an invitation to anyone else who wants to contribute) as anything else. Certainly not meant as a criticism of your work so far!
The page https://devguide.python.org/developer-workflow/extension-modules/#updating-msvc-project-files has recently been updated with fantastic content.
However, it currently only shows how to add a built-in module for Windows, and not a separate extension module.
We should add a second section that adds a new
.vcxproj
for the new extension module (or more likely copies a recommended existing one), along with the other changes necessary to ensure the new module is correctly built and distributed.The text was updated successfully, but these errors were encountered: