8087121: bscmake fails when building inside VS2013

Reviewed-by: hseigel, lfoltan, mgronlun
This commit is contained in:
Christian Tornqvist 2015-06-15 14:33:51 -07:00
parent 709d3d936e
commit e720ad23ac

View File

@ -363,9 +363,6 @@ class CompilerInterfaceVC10 extends CompilerInterface {
// Set /On option
addAttr(rv, "Optimization", opt);
// Set /FR option.
addAttr(rv, "BrowseInformation", "true");
addAttr(rv, "BrowseInformationFile", "$(IntDir)");
// Set /MD option.
addAttr(rv, "RuntimeLibrary", "MultiThreadedDLL");
// Set /Oy- option