diff options
-rwxr-xr-x | windows/copy_hdf.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index eaface1..1765eff 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -2,4 +2,5 @@ copy src\H5Tinit.c ..\src copy src\H5pubconf.h ..\src copy fortran\src\H5fortran_types.f90 ..\fortran\src xcopy /e/i/Y *.bat ..\ +copy examples\testExamples_exp_output.txt ..\examples |