gsl
gsl copied to clipboard
DLL compile doesn't produce obj file
I'm trying to compile this project as I have another that needs to use it. However, when I compile the DLL project I see where the DLL file is saved after compilation, which does succeed, but there is no obj file there for some reason. And when I compile the other project it is looking for the obj file and fails to find it because it doesn't exist. Is there some setting in VS that I'm overlooking that controls whether or not obj files are saved?