changeset 17306:3bde3e643528

Windows build: disable BrowseInformation for fastdebug and debug builds. The bscmake.exe tool for the BrowseInformation feature is not available in newer Windows SDK versions.
author Christian Humer <christian.humer@gmail.com>
date Wed, 01 Oct 2014 19:45:05 +0200
parents 8dcb64d6e987
children 4bea75e99249
files src/share/tools/ProjectCreator/WinGammaPlatformVC10.java
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java	Wed Oct 01 18:07:13 2014 +0200
+++ b/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java	Wed Oct 01 19:45:05 2014 +0200
@@ -352,8 +352,7 @@
         // Set /On option
         addAttr(rv, "Optimization", opt);
         // Set /FR option.
-        addAttr(rv, "BrowseInformation", "true");
-        addAttr(rv, "BrowseInformationFile", "$(IntDir)");
+        addAttr(rv, "BrowseInformation", "false");
         // Set /MD option.
         addAttr(rv, "RuntimeLibrary", "MultiThreadedDLL");
         // Set /Oy- option