summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_Short_NET.TXT
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-30 20:12:16 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-30 20:12:16 (GMT)
commit5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536 (patch)
treee6912f9aef66c78124a3ec01eb83e340594afcba /release_docs/INSTALL_Windows_Short_NET.TXT
parent4f7f681c429dea5580eb03e8f7ad28973fd34395 (diff)
downloadhdf5-5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536.zip
hdf5-5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536.tar.gz
hdf5-5c0aa56c8328eb8607c1ca9c7dfce1f817fb3536.tar.bz2
[svn-r15303] Purpose: Minor typo in Windows documentation (zlib DLL directory)
Description: When specifying library search path in Visual Studio, use the DLL folder for zlib. Previously we pointed to the "lib" folder, which was causing confusion.
Diffstat (limited to 'release_docs/INSTALL_Windows_Short_NET.TXT')
-rwxr-xr-xrelease_docs/INSTALL_Windows_Short_NET.TXT4
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/INSTALL_Windows_Short_NET.TXT b/release_docs/INSTALL_Windows_Short_NET.TXT
index cabd665..1f2aa74 100755
--- a/release_docs/INSTALL_Windows_Short_NET.TXT
+++ b/release_docs/INSTALL_Windows_Short_NET.TXT
@@ -53,9 +53,9 @@ notes in INSTALL_Windows.txt before starting below procedures.
Find the box "Show directories for", choose "Library files",
If you cannot find your Zlib and Szip library path
- (for example, c:\zlib123\lib, c:\szip\dll)
+ (for example, c:\zlib123\dll, c:\szip\dll)
from the directory list, add the library path
- (c:\zlib123\lib, c:\szip\dll) to the library directories.
+ (c:\zlib123\dll, c:\szip\dll) to the library directories.
========================================================================
Building HDF5 C/C++ Libraries with VS .NET