diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-27 17:24:54 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-27 17:24:54 (GMT) |
commit | 7592f727f409ebf9b179a1af636dbf072ee5477c (patch) | |
tree | af7f362e129d03cae20e5f75877ab9c357bf3ad9 /windows | |
parent | 663b89652c6f63234204e5d22174d0463b78a8fb (diff) | |
download | hdf5-7592f727f409ebf9b179a1af636dbf072ee5477c.zip hdf5-7592f727f409ebf9b179a1af636dbf072ee5477c.tar.gz hdf5-7592f727f409ebf9b179a1af636dbf072ee5477c.tar.bz2 |
[svn-r10993] Purpose:
Add missed project file testh5repack_detect_szipdll
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/batch_net/convert_to_vcproj.bat | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/windows/batch_net/convert_to_vcproj.bat b/windows/batch_net/convert_to_vcproj.bat index 3017171..fd462ce 100755 --- a/windows/batch_net/convert_to_vcproj.bat +++ b/windows/batch_net/convert_to_vcproj.bat @@ -205,6 +205,9 @@ echo ************************************************************ >> convert.log convert.js %1\windows\tools\testfiles\testh5repack_detect_szip\testh5repack_detect_szip.dsp %1\windows\tools\testfiles\testh5repack_detect_szip\testh5repack_detect_szip.vcproj >> convert.log convert.js %1\windows\tools\testfiles\h5repart_gentest\h5repart_gentest.dsp %1\windows\tools\testfiles\h5repart_gentest\h5repart_gentest.vcproj >> convert.log convert.js %1\windows\tools\testfiles\h5reparttst\h5reparttst.dsp %1\windows\tools\testfiles\h5reparttst\h5reparttst.vcproj >> convert.log + convert.js %1\windows\tools\testfiles\testh5repack_detect_szipdll\testh5repack_detect_szipdll.dsp %1\windows\tools\testfiles\testh5repack_detect_szipdll\testh5repack_detect_szipdll.vcproj >> convert.log convert.js %1\windows\tools\toolslib\toolslib.dsp %1\windows\tools\toolslib\toolslib.vcproj >> convert.log convert.js %1\windows\tools\toolslibD\toolslibD.dsp %1\windows\tools\toolslibD\toolslibD.vcproj >> convert.log -echo End converting project files. + + + echo End converting project files. |