The build configurations ("release32", "debug32", etc.) are currently defined in
build.py. We want to move them to a separate file. Additionally, we want that
all files with names that match a certain pattern are read in, so its possible
to define temporary files with build configurations. For example, this could be
done for an experiment within an issue branch.
We briefly talked about the naming patterns after the meeting and suggest to use
all files "*build_configs.py" in the repository root. The default configs would
be in build_configs.py and custom configs could be in
"issue622_build_configs.py" or "my_custom_build_configs.py".
For now we just want to look in the repository root directory, but we could
later also add other paths like the home directory for global configs.
|