diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-11-26 16:19:54 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2002-11-26 16:19:54 (GMT) |
commit | 577bfbfc48bcc9510ebca1d2891797a958dd8264 (patch) | |
tree | a30d8490185df3ff4540af61c44419e6a1123eb6 /release_docs | |
parent | f5f61bf7832273bf3701002377659a4e98c404b3 (diff) | |
download | hdf5-577bfbfc48bcc9510ebca1d2891797a958dd8264.zip hdf5-577bfbfc48bcc9510ebca1d2891797a958dd8264.tar.gz hdf5-577bfbfc48bcc9510ebca1d2891797a958dd8264.tar.bz2 |
[svn-r6140] Purpose:
code warrior fix
CW does not recognize the _stati64 type, changed HDstat macro accordingly
Platforms tested:
windows 2000 (MSVC, Code warrior)
linux
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_codewarrior.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/INSTALL_codewarrior.txt b/release_docs/INSTALL_codewarrior.txt index 445906b..4582e39 100644 --- a/release_docs/INSTALL_codewarrior.txt +++ b/release_docs/INSTALL_codewarrior.txt @@ -28,6 +28,11 @@ To install the HDF5 library: the those compiled with the Microsoft Visual Studio compiler. 5. Enjoy. +NOTE: The zlib library is needed for building the hdf5 library. The path +of the zlib library must be defined in Target/Access Paths, for example +D:\zlib + + --------------------------------------------------------------------------- The HDF Group would like to thank Ron Liechty of Metrowerks technical support for all the help provided during the development of this project. |