PureBasic Project: Compile groups of targets
Posted: Fri Feb 23, 2018 11:22 am
Hi all,
Right now you can add several targets to a project and either compile a single target or compile all targets. I was wondering if there is a possibility of compiling groups of targets
I have a massive project, separated in several modules (with for each platform a different target (Win x64/x86, Linux x64/x86, MacOS x64/x86) and right now if I want to compile a subset of targets, I have to compile all of them. I considered separating the groups into several projects, however you can have only one project open in PureBasic - so that's not efficient in my project.
Does anyone know how I can compile groups of targets or can anyone tell me if that's a feature that will ever be implemented in the IDE? I checked the pbcompiler flags if it is possible to compile a project on CLI, specifying a target, but that doesn't seem to be the case; it appears that the targets are handled in the IDE.
Cheers,
Bas
Right now you can add several targets to a project and either compile a single target or compile all targets. I was wondering if there is a possibility of compiling groups of targets
I have a massive project, separated in several modules (with for each platform a different target (Win x64/x86, Linux x64/x86, MacOS x64/x86) and right now if I want to compile a subset of targets, I have to compile all of them. I considered separating the groups into several projects, however you can have only one project open in PureBasic - so that's not efficient in my project.
Does anyone know how I can compile groups of targets or can anyone tell me if that's a feature that will ever be implemented in the IDE? I checked the pbcompiler flags if it is possible to compile a project on CLI, specifying a target, but that doesn't seem to be the case; it appears that the targets are handled in the IDE.
Cheers,
Bas