MP2E
Junior Member
Posts: 114
Registered: 09-07 |
But you would, provided someone tried to compile on Cygwin, which is Windows only. You could argue the same if you tried to write it Linux only, then you wouldn't have to deal with all the different Windows compilers and defines one might be using(VC++ 2005,08,11 GCC 3.X, 4.X, MinGW, MinGW64(different projects), and Cygwin). Compare this to supporting back to maybe GCC 4.2 and making sure it compiled up to GCC 4.6 on Linux. One compiler, just different versions. At most you might need to support clang too, which is pretty much fully gcc compatible.
|