From 77dcf36b44e3ab070576a5479473ea0dbadb3a32 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Fri, 27 Jun 2008 11:23:24 -0500 Subject: [svn-r15286] Purpose: Fix project settings for Intel Fortran 10.1 Description: A typo in the project output file name was causing Intel Fortran 10.1 to crash. The output file was set to "$(OutDir)\hdf5_fortranddll.dll " (three trailing spaces). IVF 9.1 ignored this error and continued gracefully. However, IVF 10.1 would simply crash. With this fix, we can now build on IVF 10.1 (so far..) Tested: VS2008 w/ IVF 10.1 on WinXP --- .../proj/hdf5_fortrandll/hdf5_fortrandll.vfproj | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj index 4fa96c2..243a9fe 100644 --- a/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj +++ b/windows/proj/hdf5_fortrandll/hdf5_fortrandll.vfproj @@ -7,39 +7,39 @@ - + - - - + + + - + - - + + - + - - - + + + - + - - + + -- cgit v0.12