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
Built with Visual Studio 2017 v15.4.4 and Scons 3.0.1.
Build script
Python modules update: pip freeze is seriously broken. Always use pip install -U. setuptools wasn't updated at all due to pip freeze shortcomings. Also Scons 3.0.1 wasn't picked up despite being live on Pypi.
Python modules: wheel is no longer needed.
Build script documentation
Workaround a pywin32 installer bug.
Updating setuptools pre-loaded with Python allows for successful installation of Scons via Pypi without having to install wheel.