diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-08-27 14:19:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-08-27 14:19:11 (GMT) |
commit | 7a0f38d807b4f8b10608dd0d860b625d98845498 (patch) | |
tree | b7d657cfa2cf73442d549d69f6d6f3db43baded0 /release_docs | |
parent | d24404ae83f97236630efbcd34660e71c1a2293c (diff) | |
download | hdf5-7a0f38d807b4f8b10608dd0d860b625d98845498.zip hdf5-7a0f38d807b4f8b10608dd0d860b625d98845498.tar.gz hdf5-7a0f38d807b4f8b10608dd0d860b625d98845498.tar.bz2 |
[svn-r24078] Correct name of windows shared libraries
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/USING_HDF5_VS.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/USING_HDF5_VS.txt b/release_docs/USING_HDF5_VS.txt index b817f7e..9bf301e 100644 --- a/release_docs/USING_HDF5_VS.txt +++ b/release_docs/USING_HDF5_VS.txt @@ -35,7 +35,7 @@ Using Visual Studio 2010 with HDF5 Libraries built with Visual Studio 2010 library, and then optionally the HDF5 High Level, Fortran or C++ libraries. For example, to compile a C++ application, enter: - szip.lib zlib.lib hdf5dll.lib hdf5_cppdll.lib + szip.lib zlib.lib hdf5.lib hdf5_cpp.lib ========================================================================== @@ -67,7 +67,7 @@ Using Visual Studio 2008 with HDF5 Libraries built with Visual Studio 2008 library, and then optionally the HDF5 High Level, Fortran or C++ libraries. For example, to compile a C++ application, enter: - szip.lib zlib.lib hdf5dll.lib hdf5_cppdll.lib + szip.lib zlib.lib hdf5.lib hdf5_cpp.lib ======================================================================== 3. Helpful Pointers |