I'm working on a game and would like to make it available on itch.io for at least Windows and Linux. Is it possible to create executables for both on my Windows system? As far as I can tell, I would need to compile each on a different system. With FreeBasic, you can use a command-line argument to compile for multiple systems.
Thanks.