summaryrefslogtreecommitdiffstats
path: root/release_docs/USING_HDF5_VS.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2015-11-18 20:26:30 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2015-11-18 20:26:30 (GMT)
commit7aa706557de04296bbf82302fdef200833768800 (patch)
treea0f701164946801f6a431691ad921cf92542c255 /release_docs/USING_HDF5_VS.txt
parent369c58d9cce9a0c35808b6516ed48b171ae3cf49 (diff)
downloadhdf5-7aa706557de04296bbf82302fdef200833768800.zip
hdf5-7aa706557de04296bbf82302fdef200833768800.tar.gz
hdf5-7aa706557de04296bbf82302fdef200833768800.tar.bz2
[svn-r28398] Add note about the "H5_BUILT_AS_DYNAMIC_LIB" compile definition
Diffstat (limited to 'release_docs/USING_HDF5_VS.txt')
-rw-r--r--release_docs/USING_HDF5_VS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/USING_HDF5_VS.txt b/release_docs/USING_HDF5_VS.txt
index e07e933..1f38891 100644
--- a/release_docs/USING_HDF5_VS.txt
+++ b/release_docs/USING_HDF5_VS.txt
@@ -9,6 +9,9 @@ These suggestions are for Visual Studio users.
Instructions for building and testing HDF5 applications using CMake can
be found in the USING_HDF5_CMake.txt file found in this folder.
+NOTE: Building applications with the dynamic/shared hdf5 libraries requires
+ that the "H5_BUILT_AS_DYNAMIC_LIB" compile definition be used.
+
The following two sections are helpful if you choose to not use CMake to build
your applications. Consult the Microsoft documentation for your product
for more information.