Hello,
is there a way to define a build command and related flags in a projectspec file?
I would like to build using scons, but when I import a project I always find the default gmake -k -j 8 command in the settings.
Thank you for your help,
Paolo
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello,
is there a way to define a build command and related flags in a projectspec file?
I would like to build using scons, but when I import a project I always find the default gmake -k -j 8 command in the settings.
Thank you for your help,
Paolo
Hello,
is there a way to define a build command and related flags in a projectspec file?
I do not think this is possible in a projectspec file. It is designed to use the default builder.
ki