summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_Short_VS2008.TXT
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2011-07-12 18:13:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2011-07-12 18:13:25 (GMT)
commit3686703e86580a4c016ec1009e7bce146f868677 (patch)
tree20fb94aff7970c012abf7aa108342e5c3dc90f93 /release_docs/INSTALL_Windows_Short_VS2008.TXT
parentc80afb0ceefc758764fb96dd591231ec78ef21a0 (diff)
downloadhdf5-3686703e86580a4c016ec1009e7bce146f868677.zip
hdf5-3686703e86580a4c016ec1009e7bce146f868677.tar.gz
hdf5-3686703e86580a4c016ec1009e7bce146f868677.tar.bz2
[svn-r21094] Add section on updating paths in VS2010
Diffstat (limited to 'release_docs/INSTALL_Windows_Short_VS2008.TXT')
-rwxr-xr-xrelease_docs/INSTALL_Windows_Short_VS2008.TXT11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/INSTALL_Windows_Short_VS2008.TXT b/release_docs/INSTALL_Windows_Short_VS2008.TXT
index 8ff8866..4ec79ed 100755
--- a/release_docs/INSTALL_Windows_Short_VS2008.TXT
+++ b/release_docs/INSTALL_Windows_Short_VS2008.TXT
@@ -56,9 +56,18 @@ notes in INSTALL_Windows.txt before starting below procedures.
find your Zlib and Szip library path (for example, c:\zlib125\dll,
c:\szip\dll) from the directory list, add the library path
(c:\zlib125\dll, c:\szip\dll) to the library directories.
+
+ NOTE:
+ If you are using VS2010, the path settings will need to be in project
+ property sheets per project. Go to "Project" and select "Properties", find
+ "Configuration Properties", and then "VC++ Directories".
+
+ Add the header path to the "Include Directories" setting.
+
+ Add the library path to the "Library Directories" setting.
========================================================================
- Building HDF5 C/C++ Libraries with Visual Studio 2005
+ Building HDF5 C/C++ Libraries with Visual Studio 2008
========================================================================
1. Run batch file copy_hdf.bat