mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
This commit is contained in:
parent
513a323a24
commit
126657afc7