Greetings!
 
On doing Release build for Visual Studio 2008 I am observing following debug files along with other files....
 ...
 libmpid.dll
 libmpi_cxxd.dll
 libmpi_f77d.dll etc...
 msvcm90.dll
 msvcp90.dll
 msvcr90.dll
 
In this regard I have following two questions...
1) For Release build using VS2008, why it generates msv*.dll files?
2) For Release build using VS2008, why it generates *d.dll files (i.e. debug libraries)?
In both of the above cases, How can we stop generating these files?
 
Please clarify.
 
Thank you.
-Hiral