diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-27 19:58:04 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-05-27 19:58:04 (GMT) |
commit | f3b0b9944a035d08a8fe3b121c3b758deb5424a2 (patch) | |
tree | 8d5dbaea6ff62e9adbc0b083b6ffdbf5aeb26b6d | |
parent | 2fe34e890d41120293b3dceddd87e9b8fc674f46 (diff) | |
download | hdf5-f3b0b9944a035d08a8fe3b121c3b758deb5424a2.zip hdf5-f3b0b9944a035d08a8fe3b121c3b758deb5424a2.tar.gz hdf5-f3b0b9944a035d08a8fe3b121c3b758deb5424a2.tar.bz2 |
[svn-r10811] Purpose:
Update batch file hdf5build.bat
Description:
Add high level c++ library and test project file.
Solution:
Platforms tested:
Windows XP
Misc. update:
-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 |