diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2011-10-04 16:59:42 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2011-10-04 16:59:42 (GMT) |
commit | 9af4c15d83fe82668b677e48c8eec4be0a56d8e7 (patch) | |
tree | e175e7e0dcd2819c464e068f8537db0a2753ebad /vms | |
parent | 25ceee7392db43eb4b3669748a5a6eb334854456 (diff) | |
download | hdf5-9af4c15d83fe82668b677e48c8eec4be0a56d8e7.zip hdf5-9af4c15d83fe82668b677e48c8eec4be0a56d8e7.tar.gz hdf5-9af4c15d83fe82668b677e48c8eec4be0a56d8e7.tar.bz2 |
[svn-r21466] Maintenance: To support F2003 features we renamed some files. Brought the change to VMS.
Platforms tested: VMS server.
Diffstat (limited to 'vms')
-rw-r--r-- | vms/fortran/src/make.com | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vms/fortran/src/make.com b/vms/fortran/src/make.com index 5ad89ff..611f9da 100644 --- a/vms/fortran/src/make.com +++ b/vms/fortran/src/make.com @@ -54,12 +54,12 @@ $ type sys$input $! $ cobj="H5f90kit, H5_f, H5Af, H5Df, H5Ef, H5Ff, H5Gf, "+- "H5If, H5Lf, H5Of, H5Pf, H5Rf, H5Sf, H5Tf, H5Zf" -$ ffiles= "H5_ff.f90, H5Aff.f90, H5Dff.f90, H5Eff.f90,"+- +$ ffiles= "H5_ff_F90.f90, H5Aff.f90, H5Dff.f90, H5Eff.f90,"+- "H5Lff.f90, H5Off.f90,"+- "H5Fff.f90, H5Gff.f90, H5Iff.f90, H5Pff.f90, H5Rff.f90, H5Sff.f90,"+- "H5Tff.f90, H5Zff.f90, H5_DBLE_InterfaceInclude.f90, HDF5.f90" $ fobj="H5f90global, "+- - "H5fortran_types, H5_ff, H5Aff, H5Dff, H5Eff,"+- + "H5fortran_types, H5_ff_F90, H5Aff, H5Dff, H5Eff,"+- "H5Fff, H5Gff, H5Iff, H5Lff, H5Off, H5Pff, H5Rff, H5Sff,"+- "H5Tff, H5Zff, H5_DBLE_InterfaceInclude, HDF5" $! |