Hello:
we have a big PB project with more than 300 pbl's, that is compiled every week.
Each PBL is compiled into the corresponding PBD file.
Sometimes we need to compile a single PBD file to correct some bug before the total weekly compilation.
We are considering using the PBC190 compiling tool to compile and deploy the project without manual intervention, as today we are compiling manually.
We have successfully compiled the full application using PBC190, but we can't find a way to compile a single PBD file in case of need. The documentation states that only .pbw or .pbt files are supported (not PBL), so I'm guessing that there is no way to compile a single PBL file into a PBD as we are currently done manually from the IDE.
Anyone can confirm this, or is there any way to compile a single PBL into the correspondent PBD without compiling the whole project?
Thanks in advance.