diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-02-18 02:22:29 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2013-02-18 02:22:29 (GMT) |
commit | a4521b79019c9c28c9751e030597b1d9df3c850e (patch) | |
tree | 96a47f4ecf0bd796d806e0f4b99b9cfc8d6c31cc /fortran/src/H5Iff.f90 | |
parent | a976ca99a9de1fbe2496c23fa941b7c3e8af3967 (diff) | |
download | hdf5-a4521b79019c9c28c9751e030597b1d9df3c850e.zip hdf5-a4521b79019c9c28c9751e030597b1d9df3c850e.tar.gz hdf5-a4521b79019c9c28c9751e030597b1d9df3c850e.tar.bz2 |
[svn-r23294] Related to: HDFFV-8265
Fortran2003 option does not work under windows; Need to manage .def files more efficiently
Changed the comment notes from adding to the 'hdf5_fortrandll.def' to instead adding
to the 'hdf5_fortrandll.def.in' file.
Diffstat (limited to 'fortran/src/H5Iff.f90')
-rw-r--r-- | fortran/src/H5Iff.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5Iff.f90 b/fortran/src/H5Iff.f90 index 86e88b9..7c9a843 100644 --- a/fortran/src/H5Iff.f90 +++ b/fortran/src/H5Iff.f90 @@ -28,7 +28,7 @@ ! NOTES ! *** IMPORTANT *** ! If you add a new H5I function you must add the function name to the -! Windows dll file 'hdf5_fortrandll.def' in the fortran/src directory. +! Windows dll file 'hdf5_fortrandll.def.in' in the fortran/src directory. ! This is needed for Windows based operating systems. ! !***** |