Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-29 | Fix build with Python 3 on Windows | Matthias Hoelzl | |
2017-10-04 | Fix Python 3 build | Matthias Hoelzl | |
- Take care of the differences in handling unicode characters in `escape_string` (formerly in `editor/SCsub`, now in `compat.py)`. - Conditionally include `_winreg` or `winreg` in the Mono editor module. | |||
2017-08-27 | Make build scripts Python3 compatible | Matthias Hoelzl | |
- The Windows, UWP, Android (on Windows) and Linux builds are tested with Scons 3.0 alpha using Python 3. - OSX and iOS should hopefully work but are not tested since I don't have a Mac. - Builds using SCons 2.5 and Python 2 should not be impacted. |