summaryrefslogtreecommitdiffstats
path: root/windows_vnet/tools
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-02 15:36:55 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-02 15:36:55 (GMT)
commitc65d5ffe8dd7784e6ea2da1c67dec3caf9878976 (patch)
tree5b0f6f0fe6026b0fc36bd70f37ce6469b848f2c9 /windows_vnet/tools
parentac339aa792bc16d5c06d4e1d758ff2213c5cb286 (diff)
downloadhdf5-c65d5ffe8dd7784e6ea2da1c67dec3caf9878976.zip
hdf5-c65d5ffe8dd7784e6ea2da1c67dec3caf9878976.tar.gz
hdf5-c65d5ffe8dd7784e6ea2da1c67dec3caf9878976.tar.bz2
[svn-r15118] Purpose: Backport Windows project cleanup from trunk: remove ignored system library, standardize program debug information, and unify Windows h5tinit
Description: These changes are made via a user's suggestion, bugzilla bug #1164. These have all been tested in the trunk, and are stable/favorable changes. In many of our project files on Windows, we have our linker setting set to ignore old link libraries-- either libc.lib or libcd.lib. This is a relic from converting project files from old versions of Visual Studio to newer ones, and is unnecessary. We remove the ignored library from the project files. This actually makes no difference in the output binaries. 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. Previously, there was Windows-dependent code inside H5detect.c, because not all projects could access the gethostname() function. However, we standardize our project-files to link with WS2_32.lib, so now this function is available. Thus, the Windows-specific code has been removed from H5detect.c. Tested: VS2005 on WinXP VS.NET on WinXP
Diffstat (limited to 'windows_vnet/tools')
-rw-r--r--windows_vnet/tools/h5copy/h5copy.vcproj6
-rw-r--r--windows_vnet/tools/h5debug/h5debug.vcproj6
-rw-r--r--windows_vnet/tools/h5debugdll/h5debugdll.vcproj2
-rw-r--r--windows_vnet/tools/h5diff/h5diff.vcproj6
-rw-r--r--windows_vnet/tools/h5diffdll/h5diffdll.vcproj2
-rw-r--r--windows_vnet/tools/h5dump/h5dump.vcproj6
-rw-r--r--windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj2
-rw-r--r--windows_vnet/tools/h5import/h5import.vcproj6
-rw-r--r--windows_vnet/tools/h5importdll/h5importdll.vcproj2
-rw-r--r--windows_vnet/tools/h5jam/h5jam.vcproj4
-rw-r--r--windows_vnet/tools/h5ls/h5ls.vcproj6
-rw-r--r--windows_vnet/tools/h5lsdll/h5lsdll.vcproj2
-rw-r--r--windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj2
-rw-r--r--windows_vnet/tools/h5repack/h5repack.vcproj6
-rw-r--r--windows_vnet/tools/h5repackdll/h5repackdll.vcproj2
-rw-r--r--windows_vnet/tools/h5repart/h5repart.vcproj6
-rw-r--r--windows_vnet/tools/h5repartdll/h5repartdll.vcproj2
-rw-r--r--windows_vnet/tools/h5stat/h5stat.vcproj2
-rw-r--r--windows_vnet/tools/h5statdll/h5statdll.vcproj2
-rw-r--r--windows_vnet/tools/h5unjam/h5unjam.vcproj4
-rw-r--r--windows_vnet/tools/talign/talign.vcproj6
-rw-r--r--windows_vnet/tools/taligndll/taligndll.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/binread/binread.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj6
-rw-r--r--windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj6
-rw-r--r--windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj4
-rw-r--r--windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj4
-rw-r--r--windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj2
-rw-r--r--windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj4
-rw-r--r--windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj2
-rw-r--r--windows_vnet/tools/toolslib/toolslib.vcproj4
-rw-r--r--windows_vnet/tools/toolslibD/toolslibD.vcproj4
34 files changed, 63 insertions, 63 deletions
diff --git a/windows_vnet/tools/h5copy/h5copy.vcproj b/windows_vnet/tools/h5copy/h5copy.vcproj
index 1493f62..ef5f659 100644
--- a/windows_vnet/tools/h5copy/h5copy.vcproj
+++ b/windows_vnet/tools/h5copy/h5copy.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5copy/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../tools/h5copy/Debug/h5copy.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5copy/Debug/h5copy.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../tools/h5copy/Release/h5copy.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5copy/Release/h5copy.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/tools/h5debug/h5debug.vcproj b/windows_vnet/tools/h5debug/h5debug.vcproj
index 5f6d5a1..c42ddf8 100644
--- a/windows_vnet/tools/h5debug/h5debug.vcproj
+++ b/windows_vnet/tools/h5debug/h5debug.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5debug/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../tools/h5debug/Debug/h5debug.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5debug/Debug/h5debug.pdb"
SubSystem="1"
@@ -221,7 +221,7 @@
OutputFile=".\../../../tools/h5debug/Release/h5debug.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5debug/Release/h5debug.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/tools/h5debugdll/h5debugdll.vcproj b/windows_vnet/tools/h5debugdll/h5debugdll.vcproj
index faf5db7..d90b09f 100644
--- a/windows_vnet/tools/h5debugdll/h5debugdll.vcproj
+++ b/windows_vnet/tools/h5debugdll/h5debugdll.vcproj
@@ -208,7 +208,7 @@
ProgramDataBaseFileName=".\../../../tools/h5debugdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5diff/h5diff.vcproj b/windows_vnet/tools/h5diff/h5diff.vcproj
index 47c04d0..0c882dc 100644
--- a/windows_vnet/tools/h5diff/h5diff.vcproj
+++ b/windows_vnet/tools/h5diff/h5diff.vcproj
@@ -33,7 +33,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5diff/Debug/h5diff.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5diff/Debug/h5diff.pdb"
SubSystem="1"
@@ -106,7 +106,7 @@
OutputFile=".\../../../tools/h5diff/Release/h5diff.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5diff/Release/h5diff.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/tools/h5diffdll/h5diffdll.vcproj b/windows_vnet/tools/h5diffdll/h5diffdll.vcproj
index e314e9e..9f04a3d 100644
--- a/windows_vnet/tools/h5diffdll/h5diffdll.vcproj
+++ b/windows_vnet/tools/h5diffdll/h5diffdll.vcproj
@@ -92,7 +92,7 @@
ProgramDataBaseFileName=".\../../../tools/h5diffdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5dump/h5dump.vcproj b/windows_vnet/tools/h5dump/h5dump.vcproj
index 4efdf07..374f51f 100644
--- a/windows_vnet/tools/h5dump/h5dump.vcproj
+++ b/windows_vnet/tools/h5dump/h5dump.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5dump/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../tools/h5dump/Debug/h5dump.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5dump/Debug/h5dump.pdb"
SubSystem="1"
@@ -104,7 +104,7 @@
OutputFile=".\../../../tools/h5dump/Release/h5dump.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5dump/Release/h5dump.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj b/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj
index 337b1fe..a1d600d 100644
--- a/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj
+++ b/windows_vnet/tools/h5dumpdll/h5dumpdll.vcproj
@@ -210,7 +210,7 @@
ProgramDataBaseFileName=".\../../../tools/h5dumpdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5import/h5import.vcproj b/windows_vnet/tools/h5import/h5import.vcproj
index 6e0bfbf..ef293b6 100644
--- a/windows_vnet/tools/h5import/h5import.vcproj
+++ b/windows_vnet/tools/h5import/h5import.vcproj
@@ -40,7 +40,7 @@
OutputFile=".\../../../tools/h5import/Release/h5import.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5import/Release/h5import.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -207,7 +207,7 @@
ProgramDataBaseFileName=".\../../../tools/h5import/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -217,7 +217,7 @@
OutputFile=".\../../../tools/h5import/Debug/h5import.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5import/Debug/h5import.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/h5importdll/h5importdll.vcproj b/windows_vnet/tools/h5importdll/h5importdll.vcproj
index 759c965..99bd4fc 100644
--- a/windows_vnet/tools/h5importdll/h5importdll.vcproj
+++ b/windows_vnet/tools/h5importdll/h5importdll.vcproj
@@ -205,7 +205,7 @@
ProgramDataBaseFileName=".\../../../tools/h5importdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5jam/h5jam.vcproj b/windows_vnet/tools/h5jam/h5jam.vcproj
index c871c84..3295110 100644
--- a/windows_vnet/tools/h5jam/h5jam.vcproj
+++ b/windows_vnet/tools/h5jam/h5jam.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5jam/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5jam/Debug/h5jam.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5jam/Debug/h5jam.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/h5ls/h5ls.vcproj b/windows_vnet/tools/h5ls/h5ls.vcproj
index efae8be..846449d 100644
--- a/windows_vnet/tools/h5ls/h5ls.vcproj
+++ b/windows_vnet/tools/h5ls/h5ls.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5ls/Release/h5ls.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5ls/Release/h5ls.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5ls/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5ls/Debug/h5ls.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5ls/Debug/h5ls.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/h5lsdll/h5lsdll.vcproj b/windows_vnet/tools/h5lsdll/h5lsdll.vcproj
index 8763ab8..8939425 100644
--- a/windows_vnet/tools/h5lsdll/h5lsdll.vcproj
+++ b/windows_vnet/tools/h5lsdll/h5lsdll.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5lsdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj b/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj
index de42ccc..f23e04b 100644
--- a/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj
+++ b/windows_vnet/tools/h5mkgrp/h5mkgrp.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5mkgrp/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5repack/h5repack.vcproj b/windows_vnet/tools/h5repack/h5repack.vcproj
index 60568b1..8d18ee9 100644
--- a/windows_vnet/tools/h5repack/h5repack.vcproj
+++ b/windows_vnet/tools/h5repack/h5repack.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5repack/Release/h5repack.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5repack/Release/h5repack.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -95,7 +95,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -106,7 +106,7 @@
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories=""
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5repack/Debug/h5repack.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/h5repackdll/h5repackdll.vcproj b/windows_vnet/tools/h5repackdll/h5repackdll.vcproj
index ec71424..4ccc300 100644
--- a/windows_vnet/tools/h5repackdll/h5repackdll.vcproj
+++ b/windows_vnet/tools/h5repackdll/h5repackdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5repackdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5repart/h5repart.vcproj b/windows_vnet/tools/h5repart/h5repart.vcproj
index c3782e5..53b3c7f 100644
--- a/windows_vnet/tools/h5repart/h5repart.vcproj
+++ b/windows_vnet/tools/h5repart/h5repart.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../tools/h5repart/Release/h5repart.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/h5repart/Release/h5repart.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5repart/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5repart/Debug/h5repart.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5repart/Debug/h5repart.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/h5repartdll/h5repartdll.vcproj b/windows_vnet/tools/h5repartdll/h5repartdll.vcproj
index 61e63e5..524cf7b 100644
--- a/windows_vnet/tools/h5repartdll/h5repartdll.vcproj
+++ b/windows_vnet/tools/h5repartdll/h5repartdll.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../tools/h5repartdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5stat/h5stat.vcproj b/windows_vnet/tools/h5stat/h5stat.vcproj
index 5d7deb1..860e2bb 100644
--- a/windows_vnet/tools/h5stat/h5stat.vcproj
+++ b/windows_vnet/tools/h5stat/h5stat.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5stat/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5statdll/h5statdll.vcproj b/windows_vnet/tools/h5statdll/h5statdll.vcproj
index 6150228..b819924 100644
--- a/windows_vnet/tools/h5statdll/h5statdll.vcproj
+++ b/windows_vnet/tools/h5statdll/h5statdll.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/h5statdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/h5unjam/h5unjam.vcproj b/windows_vnet/tools/h5unjam/h5unjam.vcproj
index 9af9423..eb325d9 100644
--- a/windows_vnet/tools/h5unjam/h5unjam.vcproj
+++ b/windows_vnet/tools/h5unjam/h5unjam.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/h5unjam/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../tools/h5unjam/Debug/h5unjam.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/h5unjam/Debug/h5unjam.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/talign/talign.vcproj b/windows_vnet/tools/talign/talign.vcproj
index 95c42b6..1c667cd 100644
--- a/windows_vnet/tools/talign/talign.vcproj
+++ b/windows_vnet/tools/talign/talign.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../tools/talign/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../tools/talign/Debug/talign.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../tools/talign/Debug/talign.pdb"
SubSystem="1"
@@ -105,7 +105,7 @@
OutputFile=".\../../../tools/talign/Release/talign.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../tools/talign/Release/talign.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/tools/taligndll/taligndll.vcproj b/windows_vnet/tools/taligndll/taligndll.vcproj
index cb54694..7a1eb10 100644
--- a/windows_vnet/tools/taligndll/taligndll.vcproj
+++ b/windows_vnet/tools/taligndll/taligndll.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../tools/taligndll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/binread/binread.vcproj b/windows_vnet/tools/testfiles/binread/binread.vcproj
index 8ee31a0..f55c541 100644
--- a/windows_vnet/tools/testfiles/binread/binread.vcproj
+++ b/windows_vnet/tools/testfiles/binread/binread.vcproj
@@ -89,7 +89,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/binread/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
diff --git a/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj b/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
index c4be8a6..eef13d7 100644
--- a/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
+++ b/windows_vnet/tools/testfiles/h5difftst/h5difftst.vcproj
@@ -43,7 +43,7 @@
OutputFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Release/h5difftst.pdb"
SubSystem="1"
TargetMachine="1"/>
@@ -94,7 +94,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5difftst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -104,7 +104,7 @@
OutputFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5difftst/Debug/h5difftst.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj b/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj
index 7ea2947..76f95db 100644
--- a/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj
+++ b/windows_vnet/tools/testfiles/h5dumptst/h5dumptst.vcproj
@@ -31,7 +31,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5dumptst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -41,7 +41,7 @@
OutputFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Debug/h5dumptst.pdb"
SubSystem="1"
@@ -104,7 +104,7 @@
OutputFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libcd.lib"
+ IgnoreDefaultLibraryNames=""
ProgramDatabaseFile=".\../../../../tools/testfiles/h5dumptst/Release/h5dumptst.pdb"
SubSystem="1"
TargetMachine="1"/>
diff --git a/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj b/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj
index e476e57..fc85439 100644
--- a/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj
+++ b/windows_vnet/tools/testfiles/h5importtst/h5importtst.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5importtst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj b/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj
index bac1195..7773bda 100644
--- a/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj
+++ b/windows_vnet/tools/testfiles/h5jamtst/h5jamtst.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5jamtst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -42,7 +42,7 @@
OutputFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5jamtst/Debug/h5jamtst.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj b/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj
index c73cbfd..834b30c 100644
--- a/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj
+++ b/windows_vnet/tools/testfiles/h5repacktst/h5repacktst.vcproj
@@ -33,7 +33,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -43,7 +43,7 @@
OutputFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
ForceSymbolReferences="_gethostname@8"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/h5repacktst/Debug/h5repacktst.pdb"
diff --git a/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj b/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj
index afc7bfc..0c41299 100644
--- a/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj
+++ b/windows_vnet/tools/testfiles/h5repart_gentest/h5repart_gentest.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5repart_gentest/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj b/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj
index 6684fef..47bfa7e 100644
--- a/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj
+++ b/windows_vnet/tools/testfiles/h5reparttst/h5reparttst.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/h5reparttst/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj b/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj
index 1b3a1f1..10628bb 100644
--- a/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj
+++ b/windows_vnet/tools/testfiles/testh5repack_detect_szip/testh5repack_detect_szip.vcproj
@@ -93,7 +93,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -103,7 +103,7 @@
OutputFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- IgnoreDefaultLibraryNames="libc.lib"
+ IgnoreDefaultLibraryNames=""
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\../../../../tools/testfiles/testh5repack_detect_szip/Debug/testh5repack_detect_szip.pdb"
SubSystem="1"
diff --git a/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj b/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj
index 8ab4913..421922f 100644
--- a/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj
+++ b/windows_vnet/tools/testfiles/testh5repack_detect_szipdll/testh5repack_detect_szipdll.vcproj
@@ -92,7 +92,7 @@
ProgramDataBaseFileName=".\../../../../tools/testfiles/testh5repack_detect_szipdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
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"/>
diff --git a/windows_vnet/tools/toolslibD/toolslibD.vcproj b/windows_vnet/tools/toolslibD/toolslibD.vcproj
index 7cd8024..ec19d40 100644
--- a/windows_vnet/tools/toolslibD/toolslibD.vcproj
+++ b/windows_vnet/tools/toolslibD/toolslibD.vcproj
@@ -79,7 +79,7 @@
ProgramDataBaseFileName=".\..\..\..\tools\toolslibD\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
@@ -127,7 +127,7 @@
ProgramDataBaseFileName=".\toolslib/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>