简体   繁体   中英

Where on Earth are the Visual Studio 2010 MFC build scripts?

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 (ie 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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM