Hi,
we currently have the following scenario:
In Order to build our products we have to build a few thousand delphi projects individually. The exact build parameters per project are specified in ini files. Depending on the content of these ini files we also have to perform a number of additional actions (e.g. logging, translations, code signing, etc.).
All of this is quite easy to do with FB but we need to perform the exact same build steps from different FB projects.
Currently this means that we have the exact same actions just duplicated across multiple projects but if we ever need to change anything we have to remember to change it everywhere.
We want to be able to share the relevant parts of the script across projects. The easiest way to do this would be to create a new FB script and run that everywhere it is needed. But I would like to know if there is a significant overhead in calling a separate script, keeping in mind that it needs to be executed thousands of times across multiple simultaneous threads.
Regards,
Christoph