Is there a way in my code that I can link to the library files I need so that I do not have to setup each individual compiler I use?
I want to be able to use Visual C++.net 2005, G++, etc. I am trying to make a cross platform game engine, but some platforms use a custom compiler and I want to make my engine as versatile as possible.