Download List

專案描述

Buildtool is a set of integrated utilities which make programs more
portable and easier to build on any kind of Unix-like system.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-07-05 06:20
0.16

Major highlights include support for work directories (to avoid polluting the source tree during a build), a complete rewrite of bt_logic's core (faster and with less bugs), and a framework to run uninstalled programs. There have also been minor additions of features, like new checks in the bt_config module, and "destdir" support during installation of packages. Multiple bugs have been fixed and some details have been cleaned up (the default directory names don't have the version hardcoded in them any more).
標籤: Major feature enhancements

2004-02-04 20:01
0.15

bt_make and bt_wrap modules have been finally dropped in favour of the new bt_logic (a shell-based make-like utility). Several new checks have been added to bt_config. Support for a make-like '+=' operator has been added to bt_sh. Support for pkgconfig files and command line syntax has been added to bt_pkgflags. There have been several bugfixes. On the documentation side, a tutorial for developers has been added to the manual.
標籤: Major feature enhancements

2003-09-05 23:09
0.14

The qt_program type was added to bt_logic, which is useful for building QT programs (this type adds support to automatically generate the .moc files). Logging functionality was added to bt_logic to help debugging and to let the developer know what's happening. A standard documentation directory was added to all configuration scripts, and package documents are installed into it by default. Support for long options on the command line was added to all modules that still did not include it. Multiple bugfixes were made.
標籤: Minor feature enhancements

2003-08-31 22:45
0.13

All package control files were unified into a single file, Generic.bt, for simplicity. The bt_sh module was added, a small and very fast shell interpreter with extra functionality used intensively by Buildtool code. A new make-like utility was added, using the bt_logic name; it is also controlled through shell scripts, and will hopefully avoid many problems exposed by bt_make. This version means a radical change in the development of the project; a package conversion script is included to simplify things. There are also some bugfixes.
標籤: Major feature enhancements

2003-07-24 14:39
0.12

The bt_wizard module was added, which creates a
basic project skeleton automatically. Check result
caching was added to many checks in configuration
scripts. The bt_swcgen module was added, which
aids the administrator in the generation of
system-wide configuration files by caching
results. The manual was rewritten and converted to
Docbook. The configuration script handling was
unified, and some new program checks were added.
Support for long options was added to almost all
modules, and usage messages were improved a lot.
The code was cleaned up and reorganized. Many bugs
were also fixed.
標籤: Major feature enhancements

Project Resources