Build Tools
Small projects can often be built with a small script that invokes the Cobra compiler with the correct options for the given project. See BuildScript.
There are numerous language-agnostic build tools that can be used in conjunction with Cobra:
- MsxBuild
- NAntCobraTasks
- SCons ( SCons Home, Doc )
- Make ( CMake, GnuMake )
- Custom scripts (Cobra, bash, Python, etc.)
- Some examples in cobra source tree bin dir