diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-05-29 18:53:31 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-05-29 18:53:31 (GMT) |
commit | 735967fb125e46772c86ddcfad232f0b242f922a (patch) | |
tree | a53c6f835ef03990920e900feffba9eeca9dfab4 /windows_vnet/tools/toolslib | |
parent | 15024258cba9a3fd4eb2aa37e116467776a5e5b7 (diff) | |
download | hdf5-735967fb125e46772c86ddcfad232f0b242f922a.zip hdf5-735967fb125e46772c86ddcfad232f0b242f922a.tar.gz hdf5-735967fb125e46772c86ddcfad232f0b242f922a.tar.bz2 |
[svn-r15094] Purpose: Cleanup Windows project files-- standardize program debug information
Description:
In our debug project configurations, many of the projects were generating debug information for "Program Database and Edit & Continue". Other projects were using different settings, or none at all. We standardize to use "Program Database" setting, because it generates much smaller .obj files and cuts out unnecessary debug information.
This is another project cleanup and enhancement from user suggestions outlined in bug #1164
Tested:
VS2005 on WinXP
VS.NET on WinXP
Diffstat (limited to 'windows_vnet/tools/toolslib')
-rw-r--r-- | windows_vnet/tools/toolslib/toolslib.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows_vnet/tools/toolslib/toolslib.vcproj b/windows_vnet/tools/toolslib/toolslib.vcproj index 25fb423..cd387ec 100644 --- a/windows_vnet/tools/toolslib/toolslib.vcproj +++ b/windows_vnet/tools/toolslib/toolslib.vcproj @@ -30,7 +30,7 @@ ProgramDataBaseFileName=".\..\..\..\tools\toolslib\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -127,7 +127,7 @@ ProgramDataBaseFileName=".\toolsli0/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
|