diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 18:24:12 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-02-18 18:24:12 (GMT) |
commit | d2eaed4f42a3351b304a32eae7f5ec9ba395a0cc (patch) | |
tree | b761b8b56bf165de530b12b7d98ba5ed767f3efe /windows_vnet/proj | |
parent | 77b17dbe1865483d2aef021074ca981b9ad27a7e (diff) | |
download | hdf5-d2eaed4f42a3351b304a32eae7f5ec9ba395a0cc.zip hdf5-d2eaed4f42a3351b304a32eae7f5ec9ba395a0cc.tar.gz hdf5-d2eaed4f42a3351b304a32eae7f5ec9ba395a0cc.tar.bz2 |
[svn-r14603] Purpose: Add hdf5 library as a dependency to hdf5_hl library in Windows project files
Description:
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/proj')
-rw-r--r-- | windows_vnet/proj/all/all.sln | 1 |
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}"
|