diff options
author | Xuan Bai <xuanbai@hdfgroup.org> | 2005-01-07 04:49:29 (GMT) |
---|---|---|
committer | Xuan Bai <xuanbai@hdfgroup.org> | 2005-01-07 04:49:29 (GMT) |
commit | 621e25a3e5c0f528a3f94512edb298e1686bc6ff (patch) | |
tree | acad35aa341e5074d02fd46452cf1af0cb91d327 /windows/all.zip | |
parent | 742d2d641757ba4781136728a592caaa59a124e4 (diff) | |
download | hdf5-621e25a3e5c0f528a3f94512edb298e1686bc6ff.zip hdf5-621e25a3e5c0f528a3f94512edb298e1686bc6ff.tar.gz hdf5-621e25a3e5c0f528a3f94512edb298e1686bc6ff.tar.bz2 |
[svn-r9771] Purpose:
Bug fix and update.
Description:
Fix a minor bug in repacktest.bat.
Update hdf5.mcp and hdf5test.bat.
Solution:
1. Previously, in repacktest.bat, the following script is used to dynamic detection of SZIP encoder:
testfiles\testh5repack_detect_szip%2\release\testh5repack_detect_szip%2.exe
However, the script does not work if only the debug version of testh5repack_detect_szip.exe is built, for example, in CodeWarrior. So the above script need to be changed as
testfiles\testh5repack_detect_szip%2\%1\testh5repack_detect_szip%2.exe
where %1 is the first input parameter for repacktest, which could be either debug or release.
2. Add cache, getub, and tellub targets into hdf5.mcp.
3. Add talign test in hdf5test.bat.
Platforms tested:
Tested repacktest.bat and hdf5test.bat with Visual C++ 6.0 and CodeWarrior 8.0 on Windows XP.
Tested hdf5.mcp with CodeWarrior 8.0 on Windows XP.
Misc. update:
Diffstat (limited to 'windows/all.zip')
-rwxr-xr-x | windows/all.zip | bin | 464798 -> 465716 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip Binary files differindex f9b4e8a..8af0555 100755 --- a/windows/all.zip +++ b/windows/all.zip |