diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-02 15:18:23 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2006-03-02 15:18:23 (GMT) |
commit | 142705d983f9ac719ad7e64fa66b4f0aa25fad70 (patch) | |
tree | 1a955179700d00b0c9da45347f57fe0f42ad2971 /windows | |
parent | 2d175aeb4fdd9135eeee9191c7467c94c2a90e05 (diff) | |
download | hdf5-142705d983f9ac719ad7e64fa66b4f0aa25fad70.zip hdf5-142705d983f9ac719ad7e64fa66b4f0aa25fad70.tar.gz hdf5-142705d983f9ac719ad7e64fa66b4f0aa25fad70.tar.bz2 |
[svn-r11999] Purpose:
Maintenance on Windows
Description:
Correct echo errors.
Echo Start building C++ libraries when start building both C/C++.
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/batch_intelc/hdf5build_intelc.BAT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/batch_intelc/hdf5build_intelc.BAT b/windows/batch_intelc/hdf5build_intelc.BAT index 4bb2a80..55783b9 100755 --- a/windows/batch_intelc/hdf5build_intelc.BAT +++ b/windows/batch_intelc/hdf5build_intelc.BAT @@ -75,7 +75,7 @@ GOTO END :BUILDCPP echo. -echo. Start Building HDF5 C++ libraries ... +echo. Start Building HDF5 C/C++ libraries Using Intel ... echo ***************************************************************************** >> build_results_intelc.txt echo Build HDF5 C/C++ Libraries and Tools >> build_results_intelc.txt echo ***************************************************************************** >> build_results_intelc.txt |