diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-02 14:56:12 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-02 14:56:12 (GMT) |
commit | b9a453510d6facab51fce549734ba29d5bd79fc0 (patch) | |
tree | d2a046b715e8db395cad8baa13aca993b72b7045 /windows | |
parent | 588c85ee029265e448f9f4171cbb57bde431e526 (diff) | |
download | hdf5-b9a453510d6facab51fce549734ba29d5bd79fc0.zip hdf5-b9a453510d6facab51fce549734ba29d5bd79fc0.tar.gz hdf5-b9a453510d6facab51fce549734ba29d5bd79fc0.tar.bz2 |
[svn-r10843] Purpose:
Modify batch file.
Description:
Add hl_test_table build into hdf5build.bat
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows')
-rwxr-xr-x | windows/hdf5build.BAT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/hdf5build.BAT b/windows/hdf5build.BAT index 37d40b7..a565bd9 100755 --- a/windows/hdf5build.BAT +++ b/windows/hdf5build.BAT @@ -182,7 +182,7 @@ cd src h5tinit.exe > h5tinit.c cd ..\windows\proj\all -msdev all.dsw /make "hl_test_image_fortran - ALL" "hl_test_lite_fortran - ALL" "hl_test_table_fortran - ALL" "testhdf5_fortrandll - ALL" "testhdf5_fortran - ALL" "flush2_fortrandll - ALL" "flush2_fortran - ALL" "flush1_fortrandll - ALL" "flush1_fortran - ALL" "testhdf5_cppdll - ALL" "testhdf5_cpp - ALL" "dsets_cppdll - ALL" "dsets_cpp - ALL" "all - ALL" /Rebuild /out ..\..\..\all.log +msdev all.dsw /make "hl_test_image_fortran - ALL" "hl_test_lite_fortran - ALL" "hl_test_table_fortran - ALL" "testhdf5_fortrandll - ALL" "testhdf5_fortran - ALL" "flush2_fortrandll - ALL" "flush2_fortran - ALL" "flush1_fortrandll - ALL" "flush1_fortran - ALL" "testhdf5_cppdll - ALL" "testhdf5_cpp - ALL" "dsets_cppdll - ALL" "dsets_cpp - ALL" "hl_test_table_cpp - ALL" "all - ALL" /Rebuild /out ..\..\..\all.log cd ..\..\..\ more all.log >> build_results.txt del all.log |