16df4bff30
Split `targets` tool logic, moving all the compiler-specific flags to a new `common_compiler_flags.py` file, and everything else (CPPDEFINES, optimize option logic, dev build logic, etc) to the `godotcpp` tool. The default tools now apply the common compiler flags by importing the file and explicitly calling `configure`. |
||
---|---|---|
.. | ||
android.py | ||
common_compiler_flags.py | ||
godotcpp.py | ||
ios.py | ||
linux.py | ||
macos.py | ||
my_spawn.py | ||
web.py | ||
windows.py |