Today, when compiling for mixed environments, one has to switch the Build architecture popupmenu (32/64 bits etc.)
I rather would have checkboxes and direct compile a 32bits and 64bits version (if selected).
And for Linux the ARM option obviously.
(is this the best place to post product improvement proposals anyway?)
A feature request through Feedback is the best place, but here is good for discussion.
Thanks Wayne.
FWIW, you can already do this with a build script. Just make a Scripts folder next to the project, put the script in there and it’ll show up in the File > IDE Scripts menu. Each version can be built with a call to BuildApp.
http://developer.xojo.com/userguide/ide-scripting-building-commands$BuildApp
Thanks Greg, I will try it.