summaryrefslogtreecommitdiffstats
path: root/windows/hdf5build.BAT
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-06-02 14:56:12 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-06-02 14:56:12 (GMT)
commitb9a453510d6facab51fce549734ba29d5bd79fc0 (patch)
treed2a046b715e8db395cad8baa13aca993b72b7045 /windows/hdf5build.BAT
parent588c85ee029265e448f9f4171cbb57bde431e526 (diff)
downloadhdf5-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/hdf5build.BAT')
-rwxr-xr-xwindows/hdf5build.BAT2
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