summaryrefslogtreecommitdiffstats
path: root/windows_vnet/proj
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/proj
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/proj')
-rw-r--r--windows_vnet/proj/hdf5/hdf5.vcproj4
-rw-r--r--windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj2
-rw-r--r--windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj2
-rw-r--r--windows_vnet/proj/hdf5dll/hdf5dll.vcproj2
8 files changed, 9 insertions, 9 deletions
diff --git a/windows_vnet/proj/hdf5/hdf5.vcproj b/windows_vnet/proj/hdf5/hdf5.vcproj
index c02068c..e86ef9e 100644
--- a/windows_vnet/proj/hdf5/hdf5.vcproj
+++ b/windows_vnet/proj/hdf5/hdf5.vcproj
@@ -30,7 +30,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool
@@ -175,7 +175,7 @@
BrowseInformation="1"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="1"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj b/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj
index bbb2fb4..1d7ad41 100644
--- a/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj
+++ b/windows_vnet/proj/hdf5_cpp/hdf5_cpp.vcproj
@@ -84,7 +84,7 @@
ProgramDataBaseFileName=".\..\..\..\proj\hdf5_cpp\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj b/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj
index 56a8017..4979c00 100644
--- a/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj
+++ b/windows_vnet/proj/hdf5_cppdll/hdf5_cppdll.vcproj
@@ -96,7 +96,7 @@
ProgramDataBaseFileName=".\../../../proj/hdf5_cppdll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj b/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj
index d56b9aa..08f77a4 100644
--- a/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj
+++ b/windows_vnet/proj/hdf5_hl/hdf5_hl.vcproj
@@ -32,7 +32,7 @@
ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hl\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj b/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj
index 605cc94..d0ecff3 100644
--- a/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj
+++ b/windows_vnet/proj/hdf5_hl_cpp/hdf5_hl_cpp.vcproj
@@ -84,7 +84,7 @@
ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hl_cpp\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj b/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj
index fa9925a..e723eda 100644
--- a/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj
+++ b/windows_vnet/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.vcproj
@@ -97,7 +97,7 @@
ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hl_cppdll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj b/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj
index 6445d92..e6e7bf2 100644
--- a/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj
+++ b/windows_vnet/proj/hdf5_hldll/hdf5_hldll.vcproj
@@ -97,7 +97,7 @@
ProgramDataBaseFileName=".\..\..\..\proj\hdf5_hldll\Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
CompileAs="0"/>
<Tool
Name="VCCustomBuildTool"/>
diff --git a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj
index 23debef..16ca5a6 100644
--- a/windows_vnet/proj/hdf5dll/hdf5dll.vcproj
+++ b/windows_vnet/proj/hdf5dll/hdf5dll.vcproj
@@ -29,7 +29,7 @@
ProgramDataBaseFileName=".\../../../proj/hdf5dll/Debug/"
WarningLevel="3"
SuppressStartupBanner="TRUE"
- DebugInformationFormat="4"/>
+ DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
<Tool