From fc37285ca1e47a622fe4c7af01fd91092dde444b Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Wed, 6 Mar 2002 08:55:07 -0500 Subject: [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. --- windows/all.zip | Bin 296450 -> 293931 bytes windows/all_withf90.zip | Bin 211472 -> 209183 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/windows/all.zip b/windows/all.zip index ca9356f..c2aa902 100755 Binary files a/windows/all.zip and b/windows/all.zip differ diff --git a/windows/all_withf90.zip b/windows/all_withf90.zip index 5bae56e..dccc8a8 100755 Binary files a/windows/all_withf90.zip and b/windows/all_withf90.zip differ -- cgit v0.12