[commit] r1596 - trunk/SDK/BON/Wizard/Scripts/1033

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Oct 11 10:10:26 CDT 2011


Author: ksmyth
Date: Tue Oct 11 10:10:26 2011
New Revision: 1596

Log:
Dont use browse information

Modified:
   trunk/SDK/BON/Wizard/Scripts/1033/default.js

Modified: trunk/SDK/BON/Wizard/Scripts/1033/default.js
==============================================================================
--- trunk/SDK/BON/Wizard/Scripts/1033/default.js	Tue Oct 11 10:10:13 2011	(r1595)
+++ trunk/SDK/BON/Wizard/Scripts/1033/default.js	Tue Oct 11 10:10:26 2011	(r1596)
@@ -219,7 +219,6 @@
 		CLTool.RuntimeLibrary = runtimeLibraryOption.rtMultiThreadedDebugDLL;
           CLTool.WarningLevel = "3";
 		CLTool.DebugInformationFormat = debugOption.debugEditAndContinue;
-		CLTool.BrowseInformation = browseInfoOption.brAllInfo;
 
         // DEBUG RESOURCE COMPILER SETTINGS
 		var RCTool = config.Tools('VCResourceCompilerTool');
@@ -266,7 +265,6 @@
 		CLTool.RuntimeLibrary = runtimeLibraryOption.rtMultiThreadedDLL;
 		CLTool.WarningLevel = "3";
 		CLTool.DebugInformationFormat = debugOption.debugEnabled;
-		CLTool.BrowseInformation = browseInfoOption.brAllInfo;
 		
 		// RELEASE RESOURCE COMPILER SETTINGS
 		var RCTool = config.Tools('VCResourceCompilerTool');


More information about the gme-commit mailing list