bake
bake copied to clipboard
C++ build tool
The order of libs for linking is crucial for e.g. the GCC linker. Bake could use a topological sort of all modules based on the dependency tree to determine the...
The current support for visual studio leaves much to be desired. Some probems: - Include paths are wrong/missing - Defines from .meta file are not recognized - Rebuilding using the...
Compile project and parse error output to find out (or better: to suggest) missing IncludeDir tags...
I have to think about the concept in generell....
Only from real main project to all (sub) dependencies.
This is due to internal refactoring. This info message has to be adapted. Now several reasons are mapped to this one message.
The following example is not working as described. Hence with the 'ArtifactName' it is working. Project { ``` ExecutableConfig DebugBase { Files "**/*.cpp" Files "**/*.c" ``` ... ``` ArtifactName "ulp_$(FIRMWARE_MODEL_NAME)_z4App_debug.elf"...
Useful for complex projects which are placed in one repository with fixed directory structure.
See: http://softkube.com/blog/ansi-command-line-colors-under-windows.