From 30952f892ce2f131ee301edb4674d7a0077d9239 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Tue, 28 Feb 2006 15:19:14 -0500 Subject: [svn-r11990] Purpose: Add in more comments Description: Solution: Platforms tested: Misc. update: --- windows/batch_intelc/hdf5build_intelc.BAT | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v0.12