summaryrefslogtreecommitdiffstats
path: root/windows_vnet
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-02-18 18:26:29 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-02-18 18:26:29 (GMT)
commit711f06f2eaf61925b628f8892627cf33364a3d04 (patch)
tree6930ae45ed9a53eb0917391b47f8d08fbde8aee1 /windows_vnet
parent862f7431b2f04f7f13d5b38db458345f23605ee4 (diff)
downloadhdf5-711f06f2eaf61925b628f8892627cf33364a3d04.zip
hdf5-711f06f2eaf61925b628f8892627cf33364a3d04.tar.gz
hdf5-711f06f2eaf61925b628f8892627cf33364a3d04.tar.bz2
[svn-r14604] Purpose: Backport of Windows project updates from trunk
Description: Add hdf5 library as a dependency to hdf5_hl library in Windows project files For some reason, the hdf5_hl library didn't have hdf5 listed as a dependency. This isn't normally a problem, because building "all" will build hdf5 library. However, when a user tries to build only hdf5_hl, hdf5 library wouldn't be built. Although not technically required for compiling the library code, the hdf5 library is needed for linking any applications, so it's a natural dependency. Tested: VS2005 on WinXP VNET on WinXP
Diffstat (limited to 'windows_vnet')
-rw-r--r--windows_vnet/proj/all/all.sln1
1 files changed, 1 insertions, 0 deletions
diff --git a/windows_vnet/proj/all/all.sln b/windows_vnet/proj/all/all.sln
index 5b28435..980c93e 100644
--- a/windows_vnet/proj/all/all.sln
+++ b/windows_vnet/proj/all/all.sln
@@ -663,6 +663,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_cppdll", "..\hdf5_cppd
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl", "..\hdf5_hl\hdf5_hl.vcproj", "{4FC6670C-1339-4C34-9A5D-08D06A644256}"
ProjectSection(ProjectDependencies) = postProject
+ {BB439F14-D29D-4A05-9AB0-0B08682721DE} = {BB439F14-D29D-4A05-9AB0-0B08682721DE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hdf5_hl_cpp", "..\hdf5_hl_cpp\hdf5_hl_cpp.vcproj", "{CFCAEA96-B431-4EED-BE7B-C22FA99C6157}"