= 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 * [wiki:NAntCobraTasks] * SCons ([http://www.scons.org/ SCons Home], [http://www.scons.org/documentation.php Doc] ) * Make ([http://www.cmake.org CMake], [http://www.gnu.org/software/make/ GnuMake] ) * Custom scripts (Cobra, bash, Python, etc.) - Some examples in cobra source tree [http://cobra-language.com/trac/cobra/browser/cobra/trunk/Source/bin bin dir] == See Also == * RelatedProjects * LibraryTopics * LanguageTopics