summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2002-03-06 13:55:07 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2002-03-06 13:55:07 (GMT)
commitfc37285ca1e47a622fe4c7af01fd91092dde444b (patch)
tree6e96a85b8d21201cb9464735253788be4490a319 /windows
parenta3c023c1438e42b50acb176682a8ed1cd924e5c7 (diff)
downloadhdf5-fc37285ca1e47a622fe4c7af01fd91092dde444b.zip
hdf5-fc37285ca1e47a622fe4c7af01fd91092dde444b.tar.gz
hdf5-fc37285ca1e47a622fe4c7af01fd91092dde444b.tar.bz2
[svn-r5035]
Purpose: rearrange projects, erase more warnings, faster compiling fix a small bug in fortran building Description: Previously every testing project includes h5test.c to deal with test initialization and clean up etc. So h5test.c is compiled dozens of times for each HDF5 building. It slows down the compiling time and shows more warnings(dozens of times warnings that h5test.c generates). Solution: Make library called libtest.lib and libtestD.lib and connect this library with testing projects. In this way compiling time is shorter and warnings are reduced. Platforms tested: windows 2000 Note: HDF5 fortran debug dll test failed most tests. From the observation, I suspect it is due to visual fortran compiler. Since debug dll passed all in VS compiler.
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/all.zipbin296450 -> 293931 bytes
-rwxr-xr-xwindows/all_withf90.zipbin211472 -> 209183 bytes
2 files changed, 0 insertions, 0 deletions
diff --git a/windows/all.zip b/windows/all.zip
index ca9356f..c2aa902 100755
--- a/windows/all.zip
+++ b/windows/all.zip
Binary files differ
diff --git a/windows/all_withf90.zip b/windows/all_withf90.zip
index 5bae56e..dccc8a8 100755
--- a/windows/all_withf90.zip
+++ b/windows/all_withf90.zip
Binary files differ