
TC Builder has an open interface for creating your own build objects that can be included in your projects. Build objects are simply standard DLL files that have certain named functions exported.
Currently, these exported functions are described in a simple base project that can be used as the basis for new build objects. In the future we will fully document the exported functions and what happens when a build takes place. For the moment, though, the (Delphi) source code below explains the basics:
The sample build object was written in Delphi but you can use any language that can create standard Windows DLL's.