Open TzuChieh opened 11 months ago
Load python generator code stub (pysdl_base.py) by utilizing the attribute stored in SDLGen/Config/*.ini. Currently the path is hard-coded in PythonGenerator::makeResourcePath(). Ideally, load the setting from config file instead.
pysdl_base.py
SDLGen/Config/*.ini
PythonGenerator::makeResourcePath()
Load python generator code stub (
pysdl_base.py
) by utilizing the attribute stored inSDLGen/Config/*.ini
. Currently the path is hard-coded inPythonGenerator::makeResourcePath()
. Ideally, load the setting from config file instead.