diff options
-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 1928817..37d40b7 100755 --- a/windows/hdf5build.BAT +++ b/windows/hdf5build.BAT @@ -63,7 +63,7 @@ cd src h5tinit.exe > h5tinit.c cd ..\windows\proj\all -msdev all.dsw /make "testhdf5_cppdll - ALL" "testhdf5_cpp - ALL" "dsets_cppdll - ALL" "dsets_cpp - ALL" "all - ALL" /Rebuild /out ..\..\..\all.log +msdev all.dsw /make "hl_test_table_cpp - ALL" "testhdf5_cppdll - ALL" "testhdf5_cpp - ALL" "dsets_cppdll - ALL" "dsets_cpp - ALL" "all - ALL" /Rebuild /out ..\..\..\all.log cd ..\..\..\ more all.log >> build_results.txt del all.log |