pokemon-speedrunning / gambatte-speedrun

Fork of https://github.com/sinamas/gambatte with Pokemon speedrunning-related changes.
GNU General Public License v2.0
94 stars 27 forks source link

Rename executable, fix SConstruct bug, more cleanup #33

Closed entrpntr closed 4 years ago

entrpntr commented 4 years ago

This changes the executable name in the qmake build process to:

Additionally, SConstruct for the shared library wasn't working for Python 3; it's now fixed to work in both Python 2 and Python 3.

Otherwise, some more miscellaneous non-functional cleanup of other things I've touched recently.