I have a couple of C++ source files that I would like to compile and then just link to them whenever necessary. What choices do I have to accomplish this?
I have a couple of C++ source files that I would like to compile and then just link to them whenever necessary. What choices do I have to accomplish this?