mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
8ab8a39817
H5f90i_gen.h has to be copied to fortran/src for windows. Add this line in the batch file. Description: Solution: Platforms tested: MSVS 6.0 on windows XP Misc. update:
8 lines
229 B
Batchfile
Executable File
8 lines
229 B
Batchfile
Executable File
copy src\H5Tinit.c ..\src
|
|
copy src\H5pubconf.h ..\src
|
|
copy fortran\src\H5f90i_gen.h ..\fortran\src
|
|
copy fortran\src\H5fortran_types.f90 ..\fortran\src
|
|
xcopy /e/i/Y *.bat ..\
|
|
copy examples\testExamples_exp_output.txt ..\examples
|
|
|