summaryrefslogtreecommitdiffstats
path: root/release_docs/USING_HDF5_VS.txt
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)
commitd1a5033dd4037ac601a0765b9b7d1fab9c6fead8 (patch)
treeb761eda80206119c79344e55fab4f3457cddb538 /release_docs/USING_HDF5_VS.txt
parent0e548fb251e7f3f685d6fda8cc46ee46764ef4af (diff)
downloadhdf5-d1a5033dd4037ac601a0765b9b7d1fab9c6fead8.zip
hdf5-d1a5033dd4037ac601a0765b9b7d1fab9c6fead8.tar.gz
hdf5-d1a5033dd4037ac601a0765b9b7d1fab9c6fead8.tar.bz2
[svn-r24078] Correct name of windows shared libraries
Diffstat (limited to 'release_docs/USING_HDF5_VS.txt')
-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