diff options
Diffstat (limited to 'windows/copy_hdf.bat')
-rwxr-xr-x | windows/copy_hdf.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/copy_hdf.bat b/windows/copy_hdf.bat index 641ee1f..54e1269 100755 --- a/windows/copy_hdf.bat +++ b/windows/copy_hdf.bat @@ -24,7 +24,8 @@ 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\ +copy hl\examples\*.c ..\hl\examples\ +copy hl\fortran\examples\*.f90 ..\hl\fortran\examples\ cd ../batch_net copy *.* ..\ |