What build param(s) to use so VS 2010 can gen .obj & link .objs but NOT create an .exe?
- by Csourcecode
Question title pretty much asks it all. I know I could set the project to be a .lib build and have it fail to build/link a .lib .... and the .objs tend to be in the appropriate config dir
That seems like a shi*-a** backdoor way to get VS to gen objs
Is there a flag/param I can set somewhere in the property sheet properties/options for Visual…