Reputation: 181
Does anyone know where the Visual Studio 2010 (Service Pack 1 to be specific) build scripts are (I assume they're .vcxprojs these days, but can find neither these of .mak's).
I urgently need to build a instrumented set of release mode MFC DLLs that use the same coupling as the standard parts (i.e. these need to be extention DLLs - just pulling the MFC sources directly into the project is not going to hack it).
Any help pointers to the build scripts would be super helpful.
Upvotes: 1
Views: 111
Reputation: 1093
I don't understand your need. Maybe you simply need to use MFC in a static lib configuration? Try 'Use MFC in a Static Library' on project settings.
If you are writing a dll maybe this help: Regular DLLs Statically Linked to MFC
Upvotes: 1