diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-02-28 20:19:14 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-02-28 20:19:14 (GMT) |
commit | 30952f892ce2f131ee301edb4674d7a0077d9239 (patch) | |
tree | fb7299fe01c81620e15592c93065f2c3f6f41888 /windows | |
parent | de1e6d407924770122c00d7d25315e847df3c4a5 (diff) | |
download | hdf5-30952f892ce2f131ee301edb4674d7a0077d9239.zip hdf5-30952f892ce2f131ee301edb4674d7a0077d9239.tar.gz hdf5-30952f892ce2f131ee301edb4674d7a0077d9239.tar.bz2 |
[svn-r11990] Purpose:
Add in more comments
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/batch_intelc/hdf5build_intelc.BAT | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/windows/batch_intelc/hdf5build_intelc.BAT b/windows/batch_intelc/hdf5build_intelc.BAT index 2653c55..4bb2a80 100755 --- a/windows/batch_intelc/hdf5build_intelc.BAT +++ b/windows/batch_intelc/hdf5build_intelc.BAT @@ -69,10 +69,13 @@ more all_debug.log >> build_results_intelc.txt more all_release.log >> build_results_intelc.txt del all_debug.log del all_release.log +echo. +echo. End Building HDF5 C Libraries! GOTO END :BUILDCPP - +echo. +echo. Start Building HDF5 C++ libraries ... echo ***************************************************************************** >> build_results_intelc.txt echo Build HDF5 C/C++ Libraries and Tools >> build_results_intelc.txt echo ***************************************************************************** >> build_results_intelc.txt @@ -97,6 +100,8 @@ more all_debug.log >> build_results_intelc.txt more all_release.log >> build_results_intelc.txt del all_debug.log del all_release.log +echo. +echo. End Building C++ Libraries GOTO END :WRONG |