I'm building a Python extension module on Windows. The extension module is written in C++. When I call setup.py bdist then setup.py uses MinGW to compile the C++ code. Is there any way I can tell setup.py to use MSVS 2008 instead?
(Why do I want to do this? This issue is one reason.)
setup.py build --compiler=msvc
setup.py bdist_egg
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With