A small build tool that can be used as a replacement for Make http://freetype.fis.uniroma2.it/jam/index.html
Go to file
2024-01-05 22:34:45 +01:00
ftjam.spec automatic rebuild by autodist [release 2.5.2-2mamba;Fri Sep 06 2013] 2024-01-05 22:34:45 +01:00
README.md automatic rebuild by autodist [release 2.5.2-2mamba;Fri Sep 06 2013] 2024-01-05 22:34:45 +01:00

ftjam

Jam is a small open-source build tool that can be used as a replacement for Make. Even though Jam is a lot simpler to use than Make, it is far more powerful and easy to master. It already works on a large variety of platforms (Unix, Windows, OS/2, VMS, MacOS, BeOS, etc.), it is trivial to port, and its design is sufficiently clear to allow any average programmer to extend it with advanced features at will. This is an improved version, named FT Jam, containing several enhancements (like the ability to run on Windows 9x systems, or additional compiler/toolset support).