ref: 0dc2c3b0318cd7e5bdd870d146604c7743f17cdd
parent: d4baad0dcb760cdee8244177cdfbdfe8b284af91
author: Martin Storsjö <[email protected]>
date: Fri Jul 4 07:49:35 EDT 2014
Remove a stray option set on only one MSVC project No other projects create browse information, and browse information for the decConsole project alone doesn't help much. This is also only enabled in debug mode, further indicating that this option is only enabled accidentally, not by purpose.
--- a/codec/build/win32/dec/decConsole.vcproj
+++ b/codec/build/win32/dec/decConsole.vcproj
@@ -226,7 +226,6 @@
AssemblerListingLocation=".\..\..\..\obj\decConsole\Debug/"
ObjectFile=".\..\..\..\obj\decConsole\Debug/"
ProgramDataBaseFileName=".\..\..\..\obj\decConsole\Debug/"
- BrowseInformation="1"
WarningLevel="3"
DebugInformationFormat="4"
/>
@@ -312,7 +311,6 @@
AssemblerListingLocation=".\..\..\..\obj\decConsole\Debug/"
ObjectFile=".\..\..\..\obj\decConsole\Debug/"
ProgramDataBaseFileName=".\..\..\..\obj\decConsole\Debug/"
- BrowseInformation="1"
WarningLevel="3"
DebugInformationFormat="3"
/>