mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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.
This commit is contained in:
parent
a976ca99a9
commit
a4521b7901
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5A 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -61,7 +61,7 @@
|
||||
! (B)
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5A 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -33,7 +33,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5A 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -30,7 +30,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5D 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -74,7 +74,7 @@
|
||||
!
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5D 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -42,7 +42,7 @@
|
||||
! (3)
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5D 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.
|
||||
!*****
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5E function to the module you must add the function name
|
||||
! to the Windows dll file 'hdf5_fortrandll.def' in the fortran/src directory.
|
||||
! to the Windows dll file 'hdf5_fortrandll.def.in' in the fortran/src directory.
|
||||
! This is needed for Windows based operating systems.
|
||||
!
|
||||
!*****
|
||||
|
@ -33,7 +33,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5E function to the module you must add the function name
|
||||
! to the Windows dll file 'hdf5_fortrandll.def' in the fortran/src directory.
|
||||
! to the Windows dll file 'hdf5_fortrandll.def.in' in the fortran/src directory.
|
||||
! This is needed for Windows based operating systems.
|
||||
!
|
||||
!*****
|
||||
|
@ -28,7 +28,7 @@
|
||||
!
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5D 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.
|
||||
!*****
|
||||
|
||||
|
@ -26,7 +26,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5P 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5F 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -25,7 +25,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5T 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -29,7 +29,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5F 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5G 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -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.
|
||||
!
|
||||
!*****
|
||||
|
@ -27,7 +27,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5L 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -32,7 +32,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5A 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -30,7 +30,7 @@
|
||||
!
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5D 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.
|
||||
!*****
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5O 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5P 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -30,7 +30,7 @@
|
||||
!
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5D 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.
|
||||
!*****
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5P 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.
|
||||
!*****
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5P 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -29,7 +29,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5P 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.
|
||||
!*****
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5R 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -31,7 +31,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5R 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -31,7 +31,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5R 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.
|
||||
!*****
|
||||
|
||||
|
@ -31,7 +31,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5S 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5T 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5T 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -30,7 +30,7 @@
|
||||
!
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5D 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.
|
||||
!*****
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new H5Z 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -30,7 +30,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new 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.
|
||||
!
|
||||
!*****
|
||||
|
@ -27,7 +27,7 @@
|
||||
! NOTES
|
||||
! *** IMPORTANT ***
|
||||
! If you add a new 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.
|
||||
!*****
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user