summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2013-08-27 14:19:11 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2013-08-27 14:19:11 (GMT)
commit7a0f38d807b4f8b10608dd0d860b625d98845498 (patch)
treeb7d657cfa2cf73442d549d69f6d6f3db43baded0
parentd24404ae83f97236630efbcd34660e71c1a2293c (diff)
downloadhdf5-7a0f38d807b4f8b10608dd0d860b625d98845498.zip
hdf5-7a0f38d807b4f8b10608dd0d860b625d98845498.tar.gz
hdf5-7a0f38d807b4f8b10608dd0d860b625d98845498.tar.bz2
[svn-r24078] Correct name of windows shared libraries
-rw-r--r--release_docs/USING_HDF5_VS.txt4
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