summaryrefslogtreecommitdiffstats
path: root/windows/hdf5build.BAT
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2005-05-27 19:58:04 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2005-05-27 19:58:04 (GMT)
commitf3b0b9944a035d08a8fe3b121c3b758deb5424a2 (patch)
tree8d5dbaea6ff62e9adbc0b083b6ffdbf5aeb26b6d /windows/hdf5build.BAT
parent2fe34e890d41120293b3dceddd87e9b8fc674f46 (diff)
downloadhdf5-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:
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 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