Adding an exporter to an existing project

Hi,
I’m trying to add a new exporter to an existing JUCE 5 project, but I can’t find the option in the GUI. Is it even possible?

And also to get a 32bit VS build, what is the option to use?

If you use the JUCE 5 Projucer then when you’re looking at the different exporters there’s a “+” button at the bottom to add a new one.

To build 32 bit you should change the "Architecture"option from “x64” to “32-bit”.

Oh, I see… I couldn’t unselect a line in the exporter window, so I could ony add new configurations, not exporters.
On the MacOS exporter, there is no architecture option, and on VS, it’s not possible to have both architectures :expressionless:

I’ve managed to add the “Linux Makefile” exporter to my project on Mac OS, but the Penguin is kinda greyed out in the “Save and Open in IDE” button. So I don’t think I’m exporting anything to makefile. Help?

1 Like