I'm trying to find a quick way to compile a C++ project for Windows and UNIX (AIX) environments, using Visual Studio 2012 (+anything else I might need).
I'm mainly interested in the compilation part, not the changes needed in the code itself. If Visual Studio has no support, is Cygwin a good way to go? Is there anything better?
Thanks!
*Edit: The project is intended to be a dll (and so) - if this changes anything.