Changes between Initial Version and Version 1 of BuildTools
- Timestamp:
- 05/28/13 20:25:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildTools
v1 v1 1 = Build Tools = 2 3 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. 4 5 There are numerous language-agnostic build tools that can be used in conjunction with Cobra: 6 7 * MsxBuild 8 * [wiki:NAntCobraTasks] 9 * scons 10 * Make 11 * Custom scripts (Cobra, bash, Python, etc.) 12 13 == See Also == 14 15 * RelatedProjects 16 * LibraryTopics 17 * LanguageTopics