On Tue, 4 Sep 2001, Sven C. Koehler wrote:

> Being used to GNU make et al., I wonder whether it is possible to write
> a build file with general targets and variable definitions, which is
> included by (supposably many) other build files, that in most cases only 
> select on of the already defined target and set some variables.  

Yes, it can be done. I've done a build system that can handle a new
project typically with just a few property files and file lists.

However, the more you want to avoid XML coding per project, the more
complex the general build file will become.

//Mikko


Reply via email to