You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2014/02/23 16:18:10 UTC

svn commit: r1571020 - /subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt

Author: rhuijben
Date: Sun Feb 23 15:18:10 2014
New Revision: 1571020

URL: http://svn.apache.org/r1571020
Log:
* build/generator/templates/vcnet_vcxproj.ezt
  Disable building of browser (*.sbr) files when building with Visual C++ 2010
  or later.
  
  These legacy browser files are only used by older sourcecode diagnosis
  tools, which we generally don't use when building with recent Visual
  Studio versions. Newer versions of Visual Studio use smarter database forms
  of this information, while they still created this form when explicitly
  requested.
  
  As our projects were upgraded from earlier versions this option just sticked
  as enabled even though we never used this information since Visual C++ 2002.

Modified:
    subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt

Modified: subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt
URL: http://svn.apache.org/viewvc/subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt?rev=1571020&r1=1571019&r2=1571020&view=diff
==============================================================================
--- subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt (original)
+++ subversion/trunk/build/generator/templates/vcnet_vcxproj.ezt Sun Feb 23 15:18:10 2014
@@ -61,7 +61,6 @@
       <PreprocessorDefinitions>[if-any instrument_apr_pools]APR_POOL_DEBUG=[instrument_apr_pools];[end][is platforms "x64"]WIN64;[end][for configs.defines][configs.defines];[end]%(PreprocessorDefinitions)</PreprocessorDefinitions>
       <WarningLevel>Level4</WarningLevel>
       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
-      <BrowseInformation>true</BrowseInformation>
       <ProgramDataBaseFileName>$(OutDir)$(TargetName).pdb</ProgramDataBaseFileName>
       <DisableSpecificWarnings>4100;4127;4206;4512;4701;4706;4800;%(DisableSpecificWarnings)</DisableSpecificWarnings>
       <TreatSpecificWarningsAsErrors>4002;4003;4013;4020;4022;4024;4028;4029;4030;4031;4033;4047;4089;4113;4115;4204;4715;%(TreatSpecificWarningsAsErrors)</TreatSpecificWarningsAsErrors>