diff options
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat new file mode 100755 index 0000000..eaface1 --- /dev/null +++ b/windows/copy_hdf.bat @@ -0,0 +1,5 @@ +copy src\H5Tinit.c ..\src +copy src\H5pubconf.h ..\src +copy fortran\src\H5fortran_types.f90 ..\fortran\src +xcopy /e/i/Y *.bat ..\ + |