summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-04 21:38:20 (GMT)
committerGitHub <noreply@github.com>2023-08-04 21:38:20 (GMT)
commit37c60bcea8694ec5d1118feb5a9bc7145d29b045 (patch)
tree332004df4fb4fcef68b88d494dd90147345906b6 /release_docs
parentede4987b636df78637d9357d00dba172278c2362 (diff)
downloadhdf5-37c60bcea8694ec5d1118feb5a9bc7145d29b045.zip
hdf5-37c60bcea8694ec5d1118feb5a9bc7145d29b045.tar.gz
hdf5-37c60bcea8694ec5d1118feb5a9bc7145d29b045.tar.bz2
Add Fortran ES module to deploy list (#3341)
* Add Fortran ES module to deploy list * Change fortran mod file export to use a list of names
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/USING_HDF5_VS.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/USING_HDF5_VS.txt b/release_docs/USING_HDF5_VS.txt
index 9343d9d..f0edcbb 100644
--- a/release_docs/USING_HDF5_VS.txt
+++ b/release_docs/USING_HDF5_VS.txt
@@ -38,7 +38,10 @@ Using Visual Studio 2010 and above with HDF5 Libraries built with Visual Studio
library, and then optionally the HDF5 High Level, Fortran or C++
libraries. For example, to compile a C++ application, enter:
- szip.lib zlib.lib hdf5.lib hdf5_cpp.lib
+ hdf5.lib hdf5_cpp.lib
+
+ For static linking:
+ libszaec.lib libaec.lib libzlib.lib libhdf5.lib libhdf5_cpp.lib
==========================================================================