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 c072f6f..c4d67bf 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -12,6 +12,7 @@ copy fortran\src\H5fortran_types.f90 ..\fortran\src xcopy /e/i/Y *.bat ..\ copy batch_net\convert.js ..\batch_net\ copy examples\testExamples_exp_output.txt ..\examples +copy hl\hl_c_examples\src\*.* ..\hl\hl_c_examples\src\ cd ../batch_net copy *.* ..\ |