Penguin

Differences between version 2 and previous revision of BuildTools.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, November 25, 2003 12:39:49 am by AristotlePagaltzis Revert
Older page: version 1 Last edited on Monday, November 24, 2003 11:01:23 pm by StuartYeates Revert
@@ -1 +1 @@
-A class of tools for building (compiling, testing and installing) software. make(1) is the cannonical build tool, but [Ant] is becoming widespread in [Java]-centric projects and many projects still use handcrafted bash(1) scripts. Monolithic [IDE]s are also build tools, but some [IDE]s interface to specialist build tools (VisualStudio with nmake, [Emacs] with make(1) or [Ant]). 
+A class of tools for building (compiling, testing and installing) software. make(1) is the cannonical build tool, but [Ant] is becoming widespread in [Java]-centric projects and many projects still use handcrafted bash(1) scripts. Monolithic [IDE]s are also build tools, but some [IDE]s interface to specialist build tools (VisualStudio with nmake, [Emacs] with make(1) or [Ant]). The build tools for some high level [ProgrammingLanguage]s are written in the language itself (such as the __distutils__ package for [Python] programs and the somewhat new __Module::Build__ module for [Perl] programs ).