Tagged Questions

1
vote
8answers
251 views

Is there any way to make a dual executable file for Mac/Windows?

I'm looking for a way to make a dual executable file for Windows/Mac. That is, I can execute the file in either OS and it would run some piece of code that I want for that OS. This code can be ...