Changes between Version 14 and Version 15 of HDF


Ignore:
Timestamp:
May 10, 2016, 7:29:24 AM (8 years ago)
Author:
Jeff McKenna
Comment:

add note for "BUILT_AS_DYNAMIC_LIB"

Legend:

Unmodified
Added
Removed
Modified
  • HDF

    v14 v15  
    7474          EXTRAFLAGS    =       -I$(HDF5_INCLUDE) -DWIN32 -D_HDF5USEDLL_
    7575      }}}
     76      * note that if you build against the static HDF5 lib (libhd5.lib) you will have to use the "-D_HDF5USEDLL_" as above; but if you build against the dynamic HDF5 lib (hdf5.lib) you will have to use the "-DH5_BUILT_AS_DYNAMIC_LIB" switch instead
    7677
    7778    * You can test this by executing the following in gdal\frmts\hdf: