RAA - hxabuild

hxabuild / 1

Short description: Tool to automate C++ project building, with simple config.
Category: Application/Development
Status: alpha/beta
Created: 2005-04-02 14:37:16 GMT
Last update: 2005-04-02 14:37:16 GMT
Owner: Harrison Ainsworth / hxa7241 (Projects of this owner)
Homepage: http://www.hxa7241.org/products/products.html#hxabuild
Download: http://www.hxa7241.org/products/content/HxaBuild1src.zip
License: GPL
Dependency:
None
Description:

HxaBuild is a command-line tool that automates C++ project building. It aims at moderately simple general project structures, and intends to automate as much as possible -- to be as easy as possible to use immediately.

When HxaBuild is run, it scans project directories, notes file changes compared to the previous scan, and issues compile or link commands accordingly. Dependencies within the project are tracked.

The purpose was simplicity, not power. For many projects, 'make' and its replacements are over-complicated and demand too much setup. Building is essentially a simple task: compile changed source files, and link changed object files -- in many cases it ought to be almost completely automatable and preconfigured.

With HxaBuild, just stay within the general project pattern, and all you need to do is modify some default settings for directories, file filters, and compiler commands. There is no language to learn, and hardly any configuration to do.

Edit this project (for project owner)

back to RAA top