Hello,
I have several projects made with Lazarus, and in this moment I use lazbuild embedded in .sh scripts in order to have a always repeatable build process to rebuild them all.
Lazbuild is great because I can add in the lpi build modes, hooks and many other nice features that work very well, and of course it is capable of reading .lpi like if I was inside Lazarus IDE.
The problem with lazbuild is that is designed to work for the Lazarus ide, so it adds compiler options useful to Lazarus, but that make the build process output too verbose.
What is a possible alternative tool for the scripted building, if possible capable of operation on the lpi files?