From f6b810b93d669859fb82dc08ff715ba38f135958 Mon Sep 17 00:00:00 2001 From: Xuan Bai Date: Wed, 9 Feb 2005 19:32:35 -0500 Subject: [svn-r9976] Purpose: New feature and update. Description: 1. New feature: link HDF5 with Zlib 1.2.2 and Szip 2.0 DLL libraries. 2. Update: catch up HDF5 update during past weeks. Solution: 1. New feature: As now HDF5 only links with Zlib and Szip DLL libraries, only 2 environment variables are needed: Environment Variables for HDF5 on Windows Previously Now HDF5_EXT_ZLIB zlib.lib zdll.lib HDF5_EXT_SZIP szlib.lib szlibdll.lib HDF5_EXT_ZLIB_DLL c:\zlib114\dll\zlib.lib N/A HDF5_EXT_SZIP_DLL szlibdll.lib N/A Due to the above change, the following changes are made: a. hdf_dll and dsets_dll were linked with HDF5_EXT_ZLIB_DLL and HDF5_EXT_SZIP_DLL before this update. Now they are linked with HDF5_EXT_ZLIB and HDF5_EXT_SZIP. b. In hdf5/tools/dumptest.bat and repacktest.bat, HDF5_EXT_ZLIB was compared with zlib.lib and HDF5_EXT_SZIP was compared with szlib.lib to find out whether ZLIB or SZIP libraries were presented. Now HDF5_EXT_ZLIB is compared with zdll.lib and HDF5_EXT_SZIP with szlibdll.lib. 2. Update (due to change in source codes) a. Add hdf5/src/H5B2.c, H5B2cache.c, H5B2dbg.c, H5B2test.c, H5b2pkg.h, H5B2private.h, and H5B2public.h to projects hdf5 and hdf5dll. b. Replace H5TA.c and H5TA.h with H5TB.c and H5TB.h in hdf5_hl project. Platforms tested: Visual C++ 6.0/DEC Fortran 6.6c on Windows XP. .NET on Windows XP. Misc. update: installation file was updated also. --- windows/all.zip | Bin 454660 -> 454739 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/windows/all.zip b/windows/all.zip index fb7b470..6665054 100755 Binary files a/windows/all.zip and b/windows/all.zip differ -- cgit v0.12