[svn-r18907] Corrected name of cstub libraries (needed to be lowercase)
This commit is contained in:
@@ -60,17 +60,17 @@
|
||||
#define HDF5USE_HLCPPDLL
|
||||
#endif
|
||||
|
||||
#if defined (hdf5_f90CStub_EXPORTS)
|
||||
#if defined (hdf5_f90cstub_EXPORTS)
|
||||
#define HDF5FORT_CSTUB_DLL_EXPORTS
|
||||
#else
|
||||
#define HDF5FORT_CSTUB_USEDLL
|
||||
#endif
|
||||
|
||||
#if defined (hdf5_test_f90CStub_EXPORTS)
|
||||
#if defined (hdf5_test_f90cstub_EXPORTS)
|
||||
#define HDF5FORTTEST_CSTUB_DLL_EXPORTS
|
||||
#endif
|
||||
|
||||
#if defined (hdf5_hl_f90CStub_EXPORTS)
|
||||
#if defined (hdf5_hl_f90cstub_EXPORTS)
|
||||
#define HDF5_HL_F90CSTUBDLL_EXPORTS
|
||||
#endif
|
||||
|
||||
@@ -212,7 +212,7 @@
|
||||
#define H5_HLCPPDLLVAR extern
|
||||
#endif /* H5_HLCPPDLL */
|
||||
|
||||
#if defined(hdf5_f90CStub_EXPORTS)
|
||||
#if defined(hdf5_f90cstub_EXPORTS)
|
||||
#if defined (_MSC_VER) /* MSVC Compiler Case */
|
||||
#define H5_FCDLL __declspec(dllexport)
|
||||
#define H5_FCDLLVAR extern __declspec(dllexport)
|
||||
@@ -258,7 +258,7 @@
|
||||
#define H5_FCTESTDLLVAR extern
|
||||
#endif /* H5_FCTESTDLL */
|
||||
|
||||
#if defined(hdf5_hl_f90CStub_EXPORTS)
|
||||
#if defined(hdf5_hl_f90cstub_EXPORTS)
|
||||
#if defined (_MSC_VER) /* MSVC Compiler Case */
|
||||
#define HDF5_HL_F90CSTUBDLL __declspec(dllexport)
|
||||
#define HDF5_HL_F90CSTUBDLLVAR extern __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user