diff options
author | Xuan Bai <xuanbai@hdfgroup.org> | 2005-01-07 15:44:23 (GMT) |
---|---|---|
committer | Xuan Bai <xuanbai@hdfgroup.org> | 2005-01-07 15:44:23 (GMT) |
commit | 126657afc7be520c5095282078928e6539897bb1 (patch) | |
tree | 688e4777b9665ca409ac63d82a9169b658d64c81 | |
parent | 513a323a24413e9972cbcf2a9c82b88b3d7f346a (diff) | |
download | hdf5-126657afc7be520c5095282078928e6539897bb1.zip hdf5-126657afc7be520c5095282078928e6539897bb1.tar.gz hdf5-126657afc7be520c5095282078928e6539897bb1.tar.bz2 |
[svn-r9773] Purpose:
Bug fix.
Description:
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.
Solution:
Modify above scripts 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
Platforms tested:
Windows XP. (Minor Change)
Misc. update:
-rwxr-xr-x | windows/all.zip | bin | 455123 -> 455116 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip Binary files differindex 01e1a63..7014364 100755 --- a/windows/all.zip +++ b/windows/all.zip |