Using the Projucer purely as a CLI interface, is it okay to use the Projucer in GPL mode for products built using indie/ Pro licences?
As long as you have an indie/pro licence, this is fine.
With this in mind, can I put in an FR to surround the #define JUCER_ENABLE_GPL_MODE 1 with some ifndefs so we can pass this flag on the command line? E.g.
#ifndef JUCER_ENABLE_GPL_MODE
#define JUCER_ENABLE_GPL_MODE 0
#endif
1 Like
I’d like to see this too. Currently having to use perl to set the Projucer to GPL mode on the production build machine before it gets built
Thank you. This will appear on develop shortly.
2 Likes
